Re: [WiX-users] Reading command line parameter

2007-08-15 Thread Brian Rogers
Hey Steve, The way I have done it is to use an all capitalized property name. When all in CAPS this tells the MSI it is a public property and can be set on the command-line. I have used "INSTALLDIR" in the past as my property. I believe there is another common one. It can then be overwritten.

[WiX-users] Reading command line parameter

2007-08-15 Thread ersm6
Hello everybody, I'm new to Wix and I was wondering how can I structure my wxs file so that users can supply destination folder as paramenter to msexec and the msi get installed in that directory. Thanks in advance. Steve _ Mak