Re: [WiX-users] Reusable properties?

2007-03-12 Thread Yexley, Robert (LNG-CON)
@lists.sourceforge.net Subject: Re: [WiX-users] Reusable properties? In that case, look at the "Preprocessor" section in the WiX help, it describes the preprocessor variables (which was what I mentioned), and also how a similar technique can be used to access environment variables a

Re: [WiX-users] Reusable properties?

2007-03-12 Thread Richard.Foster
On Behalf Of Yexley, Robert (LNG-CON) Sent: Monday, March 12, 2007 4:25 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Reusable properties? Richard - You're close...I don't want to be able to change anything at runtime. What I want is a simple way to define a string

Re: [WiX-users] Reusable properties?

2007-03-12 Thread Yexley, Robert (LNG-CON)
PROTECTED] On Behalf Of Yexley, Robert (LNG-CON) Sent: Monday, March 12, 2007 2:24 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Reusable properties? Hey everyone, Just getting my feet wet with WiX. I've been working my way through the documentation and the online tutor

Re: [WiX-users] Reusable properties?

2007-03-12 Thread Richard.Foster
(LNG-CON) Sent: Monday, March 12, 2007 2:24 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Reusable properties? Hey everyone, Just getting my feet wet with WiX. I've been working my way through the documentation and the online tutorial the past few days, but so far I've

Re: [WiX-users] Reusable properties?

2007-03-12 Thread Thomas Svare
On Behalf Of Yexley, Robert (LNG-CON) Sent: Monday, March 12, 2007 2:24 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Reusable properties? Hey everyone, Just getting my feet wet with WiX. I've been working my way through the documentation and the online tutorial the pas

[WiX-users] Reusable properties?

2007-03-12 Thread Yexley, Robert (LNG-CON)
Hey everyone, Just getting my feet wet with WiX. I've been working my way through the documentation and the online tutorial the past few days, but so far I've not been able to figure out if WiX has the ability to create anything like a global, reusable property, and if so, how are they applied? F