I'm installing several applications from a VB script that I wrote, but I'm using WshShell.Run to run these applications.
Is there another way to call these applications, instead of opening a shell instance?
I've already done this, but it's quite complex. I can't post the whole script that does this, as it would be a violation of our security here, but the .vbs script uses forms and check boxes to check off which application that you want installed. We house all of our applications on servers, including virtual CD programs. The only way to do these "CheckBoxes" "ComboBoxes" "TextBoxes" "RadioButtions" within .VBS is to use wshLWForm.ocx. You can obtain these files that I found a few years back that I have posted on a webpage here:
I did not write these .ocx's but I have used them for years to create some AWESOME .vbs scripts that previously were UNHEARD of to do! If you would like to really see a sample of the application installer .vbs that I've written, I'll have to strip out all of the code as to what our server names are, and other security crap.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.