[WiX-users] windows installer command line parameters

2010-12-11 Thread Sean Farrow
Hi: I'm trying to automate an in staller, I'm using the following command line, as per the windows installer help screen: Msiexec /I /qn d:\hotspotclicker.msi This command line is bringing up the help screen again. What is the correct format for this sort of command line? Cheers Sean.

Re: [WiX-users] windows installer command line parameters

2010-12-11 Thread Nick Ramirez
Try: msiexec /i d:\hotspotclicker.msi /qn -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/windows-installer-command-line-parameters-tp5825831p5825945.html Sent from the wix-users mailing list archive at Nabble.com.