Hi All,
Firstly I want to say that I am a new user and also fairly inexperienced in this area.
I have a need to change the default directory that the project .msi file will install the application files to. To make things clearer, I want to keep the .msi file on a flash disk and then install the application in the root directory of the flash disk no matter which computer the flash drive is plucked into. The problem being if I insert the flash disk into computer A, it is assigned the drive letter E, but on computer B it is assigned drive letter F.
Is there a way to run the .msi using a vbs script and pass the directory it should install to as a parameter/argument? Any other ideas?
Thanks for the help!
Dave