[WiX-users] Passing command line options to wix file

2009-03-12 Thread Sudripta Nandy (Sarangsoft Corporation)
In my setup program, the user needs to specify certain properties (like install location) from the command line. I am declaring these properties within my wix file and depending on the value of these properties, I am doing different stuff. How do I do that? Can I pass command-line options to be

Re: [WiX-users] Passing command line options to wix file

2009-03-12 Thread Don Benson
Public properties can be defined on the command line. Any properties that are all caps (e.g. INSTALLDIR) are public properties. An example of a public property used by some of the WiX extensions is LOGVERBOSE. The following example would run the installer with the built-in logging and set two