Re: [WiX-users] Accessing the property values from deferred custom action created dynamically in other CA

2012-02-10 Thread Bojan Panjevic
rties are dynamically created in CA, they must be added to SecureCustomProperties system property. Separator char is ';'." -- Regards, Bojan On Thu, Feb 9, 2012 at 04:54, Bojan Panjevic wrote: > I'm making an installer which must configure a web service it installs

[WiX-users] Accessing the property values from deferred custom action created dynamically in other CA

2012-02-09 Thread Bojan Panjevic
I'm making an installer which must configure a web service it installs. It dynamically generates properties which hold the data collected from the user in the UI sequence, installs the service and sets the parameters. SetParams CA uses dynamic properties generated in the UI sequence. To access dat