Re: [WiX-users] running uninstallation as administrator

2011-02-24 Thread Rob Mensching
Make your custom actions deferred and they will run elevated. On Tue, Feb 22, 2011 at 9:40 PM, MYFLEX wrote: > > Hi all, > > our installer will run the different custom actions at the time of > uninstallation. these custom actions needs the administrator previleges. > how > to run my uninstallat

[WiX-users] running uninstallation as administrator

2011-02-22 Thread MYFLEX
Hi all, our installer will run the different custom actions at the time of uninstallation. these custom actions needs the administrator previleges. how to run my uninstallation "as administrator" from the Add Or Remove Programs panel. if I run the uninstallation with the EXE(run as administrator)