Re: [WiX-users] RegistrySearch on click

2015-03-06 Thread Joseph L. Casale
> I think you’d have to write your own VB script/DLL custom action to: > 1. Read the user’s input from a property > 2. Read the existing value from the registry - > http://stackoverflow.com/questions/34065/how-to-read-a-value-from-the-windows-registry > 3. Write a property (or don’t) if the user’s

Re: [WiX-users] RegistrySearch on click

2015-03-06 Thread Joel Budreau
I think you’d have to write your own VB script/DLL custom action to: 1. Read the user’s input from a property 2. Read the existing value from the registry - http://stackoverflow.com/questions/34065/how-to-read-a-value-from-the-windows-registry 3. Write a property (or don’t) if the user’s input mat

Re: [WiX-users] RegistrySearch on click

2015-03-06 Thread Joseph L. Casale
Trying that again... I have been searching around for a while without luck on the approach used to initiate a RegistrySearch using a value entered in a text field when the user presses next in a dialog. The best I could come up with was publishing a DoAction event in the next button control. Howe