Re: [WiX-users] Problem passing property value to a deferred VB Script custom action

2008-12-10 Thread Rob Mensching
Salayo Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2008 02:45 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem passing property value to a deferred VB Script custom action When executing CA as deffered it has no access from the MSI property anymore. What y

Re: [WiX-users] Problem passing property value to a deferred VB Script custom action

2008-12-10 Thread Romeo Salayo Jr.
When executing CA as deffered it has no access from the MSI property anymore. What you can do is store the value in the registry (HKLM) and then read the value from there. Regards, Romeo Andy2k8 wrote: > > Hello > > I have defined a property and elevated custom action as follows: > > >