I was hoping with the wealth of knowledge here that someone could shed some
light on using Vbscript to install software.
Using vbscript to install msi based applications is not a problem, but where
the problem begins is when installing an application or driver package that
does not use the windows installer or uses a setup.exe which does the
preliminary prep work then launches another executable for the installation.
I'm trying to prevent the script from assuming the application is installed
when its not, and kicking off the next application install and fouling up
the process.
Any help would be appreciated!
Thanks in advance,
Jeff Millar