Re: [WiX-users] Setting a property in a custom action

2008-09-12 Thread Rob Mensching
It'll create it. Properties exist when they are set. They go away when they are set to "". The Property element just provides a way to initialize some Properties to some specific value. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Farrow Sent

Re: [WiX-users] Setting a property in a custom action

2008-09-08 Thread Eitan Behar
It will create the property for you. I use this feature to load a property list dynamically, without having to know the property name in advance. Eitan On Mon, Sep 8, 2008 at 11:19 AM, Sean Farrow <[EMAIL PROTECTED]>wrote: > Hi: > I am setting a property in a custom action (a dll) wha happens