Re: [WiX-users] Custom dialog during uninstallation

2009-03-21 Thread Bob Arnson
Jan Bilek wrote: > My problem is simple: I need to ask user before an uninstallation > begins, whether he wants to keep or remove user created files (settings, > database, etc.). > There's no way to force a user to answer that question. The closest you can get is to set ARPNOREMOVE to force

[WiX-users] Custom dialog during uninstallation

2009-03-18 Thread Jan Bilek
Hello, My problem is simple: I need to ask user before an uninstallation begins, whether he wants to keep or remove user created files (settings, database, etc.). Is it somehow possible to spawn custom dialog during the uninstallation even if the InstallUISequence is bypassed? Is the only way ho