Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION

2010-08-04 Thread Pally Sandher
and Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: michaelrepucci [mailto:mich...@repucci.org] Sent: 03 August 2010 20:44 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION I've read more about prop

Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION

2010-08-04 Thread Peter Shirtcliffe
There are also several good blogs that will turn up in a Google search too. -Original Message- From: michaelrepucci [mailto:mich...@repucci.org] Sent: 03 August 2010 20:44 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION I&#x

Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION

2010-08-03 Thread michaelrepucci
I've read more about properties, so now I understand that there are private and public properties, but I'm still confused on how to use them successfully in my WXS file. (FYI, so far, I've just been playing around with the examples from the http://www.tramontana.co.hu/wix/ WiX tutorial , so if yo

Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION

2010-08-03 Thread michaelrepucci
Ah, that's what I suspected. Thank you! Michael Repucci +1-718-288-4554 mich...@repucci.org http://michael.repucci.org/ -- See life as it is, not as it appears to be. On Fri, Jul 30, 2010 at 5:34 AM, Pally Sandher [via Windows Installer XML (WiX) toolset] > wrote: > The only difference is one

Re: [WiX-users] difference between INSTALLDIR and INSTALLLOCATION

2010-07-30 Thread Pally Sandher
The only difference is one is named INSTALLDIR & the other is named INSTALLLOCATION. It's the same as doing string xyz; string abc; It matters not which you choose just make sure you're consistently using the same one or you'll trip yourself up. MSDN page on Properties is -> http://msdn.microso