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

2011-04-25 Thread Bob Arnson
On 25-Apr-11 11:15, Dave Combs wrote: > My simple solution was to change the name of these custom actions in my copy > (to KzSetDefaultPerUserFolder, etc.) and to any references to them, without > changing their contents. You could also just delete your copy of them and reuse the ones in the orig

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

2011-04-25 Thread Dave Combs
I finally figured out what was going on. The documentation mentions you can just copy the WiX file and change the filename and the Id of the element. This works just fine for WixUI_FeatureTree, WixUI_InstallDir, WixUI_Minimal and WixUI_Mondo. However, WixUI_Advanced also declares several custom

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

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

2011-04-22 Thread Dave Combs
The WiX book and the manual discuss how to customize the standard dialog sets (I'm using WixUI_Advanced as the starter.) They say to copy the fragment from the WixUI_wxs file and put it in a renamed file, then change as needed. However, when I do that (I created a file KaazingUI_Advanced.wxs,