Re: [WiX-users] Parsing a registry string

2010-03-15 Thread Bob Arnson
On 3/15/2010 4:13 PM, Dane Anderson (Acro Service Corp) wrote: > HOW do I parse that registry string from inside of WIX at runtime? MSI (WiX is the build toolset, not the runtime) doesn't have parsing support. You need an immediate custom action. -- sig://boB http://joyofsetup.com/ --

[WiX-users] Parsing a registry string

2010-03-15 Thread Dane Anderson (Acro Service Corp)
I have a Wix installer package that I need to modify. The package is doing a registrysearch to extract a string from a given key (sorry, the key is covered by an NDA). The current string format is "##.#..#" (minus the quotes of course). The # should be replaced by a digit. The previous format