Re: [WiX-users] Registry search help, and invoking a dialog if a condition is set

2010-02-18 Thread Blair
n farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Wednesday, February 17, 2010 11:13 PM To: 'Blair' Subject: RE: [WiX-users] Registry search help, and invoking a dialog if a condition is set Hi: Cheers Show I store the registry element as raw or as a string? What's the difference? Cheers Sean.

Re: [WiX-users] Registry search help, and invoking a dialog if a condition is set

2010-02-17 Thread Blair
-users] Registry search help, and invoking a dialog if a condition is set As far as the modification of ini files is concerned, you probably won't need a custom action. There are some built in elements. http://wix.sourceforge.net/manual-wix3/wix_xsd_inifile.htm http://wix.sourceforge.net/manual

Re: [WiX-users] Registry search help, and invoking a dialog if a condition is set

2010-02-17 Thread ricky sundrani
As far as the modification of ini files is concerned, you probably won't need a custom action. There are some built in elements. http://wix.sourceforge.net/manual-wix3/wix_xsd_inifile.htm http://wix.sourceforge.net/manual-wix3/wix_xsd_inifilesearch.htm On Thu, Feb 18, 2010 at 11:13 AM, sean farro

[WiX-users] Registry search help, and invoking a dialog if a condition is set

2010-02-17 Thread sean farrow
Hi: I need to search for a registry key, store this in a property and then execute a dialogue if the property is set. I also need to execute the found registry key as a custom action, if the yes button is pressed. How would i go about this. Also does wix allow the writing of custom ini files, or