I am building a script that runs some preliminary checks for me before firing an installation package (.exe file) located on a web server (i.e. I need to inform the user once the installation has completed, that everything was installed correctly and capture within a database the user information.
My problem is that when I use the wshShell.run, the script will not wait for completion because it must open the web page and then fire the exe.
Is there a way to do this?
My problem is that when I use the wshShell.run, the script will not wait for completion because it must open the web page and then fire the exe.
Is there a way to do this?