Re: [WiX-users] Burn Standard Bootstrapper questions

2011-04-24 Thread Bob Arnson
On 20-Apr-11 13:50, David Watson wrote: > This one is just weird > [01A0:1594][2011-04-20T18:43:11.426+00:00]: Error 0x80070002: Failed to open > bundle registry key: > SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome Burn enumerates all the uninstall registry keys when looking fo

Re: [WiX-users] CustomAction that needs to figure out the destination path

2011-04-24 Thread Bob Arnson
On 23-Apr-11 20:33, Aaron Klor wrote: > a similar manner. If the CA is deferred, (again, unless I'm mistaken) you'll > only have access public properties (directory ids and such defined in > ALLCAPS), but you should be able to get the paths you need. Deferred custom actions can only get a couple o

Re: [WiX-users] Trying to use the EventSource element gives "component element contains an unhandled extension element" error

2011-04-24 Thread Bob Arnson
On 20-Apr-11 09:39, Patrick van der Velde wrote: > I'm using the VS2010 shell with the latest weekly build of Wix 3.6 > installed. In my project I've referenced: > - WixNetFxExtension > - WixUtilExtension Verify with verbose build output that candle.exe is getting an -ext command-line switch. --

Re: [WiX-users] unhandled exception in light

2011-04-24 Thread Bob Arnson
On 21-Apr-11 11:47, Thomas Svare wrote: > Grasping at straws I set the number of threads to use during cab creation to > 1 but that did not help. I'm at the point where I need to debug and I was > wondering if the Wix 3.5 symbols are available? I did not see them on > SourceForge. In the mean

Re: [WiX-users] Scrollable Control

2011-04-24 Thread Bob Arnson
On 18-Apr-11 13:03, lokanath devineni wrote: > Does anybody know the scrollable control that supports wix properties > embedding? None do. Note that properties are an MSI concept, not a WiX concept. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] hopefully simple question about customizing the standard WiX dialog sets

2011-04-24 Thread Bob Arnson
On 22-Apr-11 14:53, Dave Combs wrote: > If I change the UI Id in KaazingUI_Advanced from WixUI_Advanced to something > else (and change the reference in my base .wxs file), I get tons of You must do that to avoid duplicating the one in WixUIExtension. > duplicate symbol errors. Please provide th