Re: [WiX-users] After changing "Program Menu" folder, shortcuts are not removed

2007-04-30 Thread Bob Arnson
Igor Maslov wrote: > I thought that it at least guarantees clean removal of whatever it > installed. > It does, when you use its tables to do so. When you get user data or use custom actions, you're responsible for the data gathered. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] After changing "Program Menu" folder, shortcuts are not removed

2007-04-30 Thread Igor Maslov
OK, I can do that, but now I'm seriously doubting the walue of Windows Installer. I thought that it at least guarantees clean removal of whatever it installed. We had our own C executable that was installing and uninstalling our programs. It required maintenance effort, and I thought to move to

Re: [WiX-users] After changing "Program Menu" folder, shortcuts are not removed

2007-04-29 Thread Bob Arnson
Igor Maslov wrote: > After I use my dialog to change shortcut location folder, the shortcuts, and > folder are not removed on uninstall. > It's like installer does not know that shortcuts are in a different folder > now. > It doesn't, unless you save the property value and restore it during un

Re: [WiX-users] After changing "Program Menu" folder, shortcuts are not removed

2007-04-27 Thread Igor Maslov
Well, looks I'm not quite done yet. After I use my dialog to change shortcut location folder, the shortcuts, and folder are not removed on uninstall. It's like installer does not know that shortcuts are in a different folder now.