During the setup I'm working on, I need to check if IIS is installed. I was thinking about writing a small vbs script to check if it is installed and having it return a value through a Wscript.echo command to indicate if it is installed or not. Then I can call this vbs script with the execute file command. Is there a way to know the return value of this script within setup factory?
Regards,
Cedric
Regards,
Cedric
Comment