What are possible issues with running an installer silently from the
commandline:

 

MSIEXEC /i MyInstaller.msi /Log LOGFILE.TXT /qn ADDLOCAL=AllMyVariables
 
This works for almost the entire installer. However, it has a problems
with an internal property that is set on a UI page (it doesn't get
evaluated even though it is defaulted to false and should install
something).
 
And another is a component that doesn't rely on anything but for reason
the files don't get copied and the registry is unchanged.
 
Is there any known issues from the installer?
 
BTW I'm using WiX 2.0
 
Thanks,
Mike

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to