Re: [WiX-users] Uninstall can't stop running application due to UAC

2009-08-02 Thread Bob Arnson
lambda...@hushmail.com wrote: > . If I run the MSI without elevation and click Remove, it still > says a reboot will be necessary, There's no way for MSI to know what the custom action will do. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Uninstall can't stop running application due to UAC

2009-07-30 Thread lambda025
On Wed, 29 Jul 2009 20:02:32 -0500 Bob Arnson wrote: >lambda...@hushmail.com wrote: >> I want uninstallation to always be able to close my application. > >> > >The WiX CloseApplication element offers the ElevatedCloseMessage >attribute to do this. > >-- >sig://boB >http://joyofsetup.com/

Re: [WiX-users] Uninstall can't stop running application due to UAC

2009-07-29 Thread Bob Arnson
lambda...@hushmail.com wrote: > I want uninstallation to always be able to close my application. > The WiX CloseApplication element offers the ElevatedCloseMessage attribute to do this. -- sig://boB http://joyofsetup.com/ --

[WiX-users] Uninstall can't stop running application due to UAC

2009-07-27 Thread lambda025
On Vista SP2, I installed my application, which runs elevated thanks to its manifest, using a simple MSI I made with WiX 3. But when I want to uninstall, UAC becomes a problem. . If I manually run the MSI elevated and click Remove, it detects that my application is still running, displays its f