User Tools

Site Tools


aoe:deployment

applications

Setup.exe will run .msi's

If this package is being automated with a ISS file, try adding the command line argument -SMS to your setup command line. This is designed to have the setup wait until it is complete before continuing (or exiting) your batch script.

Bob

to run the .msi

start /b /wait msiexec.exe /qn /i msifilename.msi /L*v C:\install.log

http://www.vinsvision.com/Articles/tabid/66/EntryID/15/Default.aspx

http://www.appdeploy.com/messageboards/printable.asp?m=28726

To create a silent install, run setup.exe -r Setup.iss gets created in C:\windows

Copy that to your source folder and run

setup.exe -f1"path to setup.iss"\setup.iss -s

Make sure there is no space between f1 and the quotes to your path to setup.iss

You can create a silent uninstall using the same method.

aoe/deployment.txt · Last modified: 1970/01/18 07:09 by 127.0.0.1