Hi
I'm new to Vbscripting and might have taken on more than i can chew and wondering if anyone can help
I'm trying create a Vbscript that installs Adobe Shockwave.
This is being deployed to users who i would like to have a less interaction as possible
However when i install it, it fails as Internet explorer is open.
What i need a script to do is
First detects if internet explorer is running
If not then the setup will install
If it is open and a message box will pop up stating that the setup is about to install and to close internet explorer. This will then give them an option to (Yes,No)
If they click YES it will prompt (again Message box) to close internet explorer (Which they will do have to do manually) I then want it to detect that internet explorer has closed. Once it is closed it will and carry on with the install.
If they click NO. I want it to either stop the install and to run the script daily until they shockwave is install Shockwave.
Or to send a pop up message to the user stating that Shockwave will be installed next time Internet Explorer is closed.
There will be a loop checking if internet has closed once it detects it has closed it will continue to install the setup. (I'm thinking this will take alot of the processor up)
Thanks if you can help
I'm new to Vbscripting and might have taken on more than i can chew and wondering if anyone can help
I'm trying create a Vbscript that installs Adobe Shockwave.
This is being deployed to users who i would like to have a less interaction as possible
However when i install it, it fails as Internet explorer is open.
What i need a script to do is
First detects if internet explorer is running
If not then the setup will install
If it is open and a message box will pop up stating that the setup is about to install and to close internet explorer. This will then give them an option to (Yes,No)
If they click YES it will prompt (again Message box) to close internet explorer (Which they will do have to do manually) I then want it to detect that internet explorer has closed. Once it is closed it will and carry on with the install.
If they click NO. I want it to either stop the install and to run the script daily until they shockwave is install Shockwave.
Or to send a pop up message to the user stating that Shockwave will be installed next time Internet Explorer is closed.
There will be a loop checking if internet has closed once it detects it has closed it will continue to install the setup. (I'm thinking this will take alot of the processor up)
Thanks if you can help