Re: [WiX-users] Scheduling Custom Action

2012-06-21 Thread Wilson, Phil
You don't need a custom action. All you need is a registry item that has [Your property name] in it, and Windows Installer will do the rest. However. When a property is being passed from the UI sequence into the execute sequence it needs marking as secure so it goes into the SecureCustomPr

Re: [WiX-users] Scheduling Custom Action

2012-06-21 Thread Hoover, Jacob
users@lists.sourceforge.net Subject: Re: [WiX-users] Scheduling Custom Action Ravi Raj wrote > > I am populating UserName property in UI textbox and then storing it in > registry. For this I am using custom action to set this variable at > UISqeuence and ExecuteSequence. Every

Re: [WiX-users] Scheduling Custom Action

2012-06-21 Thread jhennessey
Ravi Raj wrote > > I am populating UserName property in UI textbox and then storing it in > registry. For this I am using custom action to set this variable at > UISqeuence and ExecuteSequence. Everything works great. > > I found that if I change this value to something else, my registry is > ne