Mat wrote:
> I've been running into a problem which I haven't been able to solve 
> related to vista and uninstalling. I have a package which is set to 
> install per-machine and elevated, which requires the user to be 
> administrator to install the package. Under windows vista when the user 
> is the computer administrator and the msi package is run it installs no 
> problem. When the program is uninstalled from the shortcut in the start 
> menu (created on installation) it uninstalls no problem. When the 
> program is uninstalled via the control panel it begins to uninstall and 
> states it is validating requirements, but then says that it requires the 
> user to have administrator rights to uninstall the program.
>   

Get a verbose log using logging policy 
<http://support.microsoft.com/kb/223300>. If the package is marked as 
per-machine, MSI will automatically prompt for elevation on uninstall. 
(A shortcut pointing to msiexec.exe prompts for elevation "early" so the 
entire .msi runs elevated.)

-- 
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to