HyperT Posted June 2, 2004 Posted June 2, 2004 is there a switch with Windows Installer packages so one can specify the destination folder?as opposed to dumping everything in Program Files on the systemdrive?thanks
Strat79 Posted June 3, 2004 Posted June 3, 2004 http://msdn.microsoft.com/library/default....ine_options.asp
HyperT Posted June 4, 2004 Author Posted June 4, 2004 so: msiexec /i app.msi /qb INSTALLDIR=D:\appthanks a lot !
wamatt Posted June 22, 2004 Posted June 22, 2004 But what if INSTALLDIR has spaces in it?start /wait AdbeRdr60_enu_basic.exe -p"-s /v\"/qn INSTALLDIR="c:\Progs\Media\Adobe\Acrobat 6.0"/""Doesnt work for me
Alanoll Posted June 23, 2004 Posted June 23, 2004 you have to escape the embedded quotes...INSTALLDIR=\"c:\Progs\Media\Adobe\Acrobat 6.0\"
totoymola Posted April 28, 2005 Posted April 28, 2005 The property is not always INSTALLDIR. InstallShiled InstallScript also uses TARGETDIR.
JohnS Posted August 22, 2005 Posted August 22, 2005 (edited) *deleted* Edited September 30, 2005 by JohnS
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now