Q. on interaction with user
Hi,
I have a .vbs-script to enumerate all IIS web sites on a given host.
I want to run it during installation, then present the resulting list to the user and request from him what website he would like to reconfigure (or may be create a new one). User's choice (f.e., site number) then should be used in the installer as a parameter to further creation/reconfiguration scripts.
How could I implement this in NSIS ? Preferably in a way that requires the least amount of code to be written by me.
Especially I would not like using C++ for this :>
But if there is no other way, then oohhh...
Thank you in advance for your replues.