Hi Dan, it would be brill if you could send me an example of a script...
Trying to make the MSI myself, running the setup.exe and navigate to temp....but dont see any MSI.....

Hi Dan, it would be brill if you could send me an example of a script...
Trying to make the MSI myself, running the setup.exe and navigate to temp....but dont see any MSI.....

Try this: Install Extractor (inc Installshield) - freeware
Its a very very useful tool I use for extracting installers. So many apps can run from a shared drive and using this means I just copy the extract and dont need to install.
Little-Miss (27th January 2009)
Hey Miss,
Well when you have an MSI Installed the script you need to use is:
MSIEXEC /package \\servername\share\package.msi
Replace C:\package.msi with the name and location of the msi you wish to installed.
To install the MSI remotely, use a program PSEXEC PsTools to run the msi remotly, to do this use the script below, just enter your details.
PSEXEC \\compname MSIEXEC /package \\servername\share\package.msi
This will run the package on the specified machine.
D
Little-Miss (27th January 2009)
There are currently 1 users browsing this thread. (0 members and 1 guests)