[WiX-users] features selection in CustomizeDlg

2011-04-22 Thread Sergey
Hello, I'm using CustomizeDlg in my progect for features selection. There are 3 levels of features. First-level feature contains features of second level. And each feature at second level contains subfeatures of third level. I launch installation, go to customize dialog, select popup menu of firs

[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,

Re: [WiX-users] Leave files which existed before installation after uninstall

2011-04-22 Thread Kathy Morey
Windows Installer tracks files by components, which usually consist of an executable file and possibly its shortcuts or other resources. If a file is installed in a single directory by two different installers, using two different component codes, Windows Installer cannot recognize that the fil