How to run a VBS with a managed install
I have a zip folder for a managed install and i need to install a few things with the MSI and i have it all in a VBS. How do I call the VBS from a managed install run parameters?
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
mpace
11 years ago
Attach the ZIP to a Software inventory item. Create a Managed Install for that item. Click "Configure Manually" for the Installation Command and then type in the command line used to run your script. This command will execute from the root folder of the extracted zip so make sure and place your VBS in the root of the zip.
Comments:
-
i just typed in wscript.exe myvbs.vbs and it worked perfectly. - areiner 11 years ago