Re: [WiX-users] Setting default targetdir...

2007-08-05 Thread David Howell
Sent: Monday, 6 August 2007 3:37 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Setting default targetdir... In our msi, i want to set the targetdir to a default value, and allow the user to override it if a property value is passed in. The setup has no UI, and the user can set a pro

[WiX-users] Setting default targetdir...

2007-08-05 Thread Ravikumar Gopinath
In our msi, i want to set the targetdir to a default value, and allow the user to override it if a property value is passed in. The setup has no UI, and the user can set a property through command line to override the install location. How can I override the targetdir only if it is passed in thr