Hello,

I'm developing a strictly per-user installer using WiX. It writes
files only to user's documents directory and creates registry keys
only in HKCU.

Installation and uninstallation work fine except one special case.
When access to user's documents directory is restricted only to the
current user then installation succeeds, but uninstallation fails
having no access to installed files. Using Process Monitor I verified
that uninstallation fails because msiexec process tries to access installed
files from System account that doesn't have permission for it in this
special case.

Is it possible to force uninstallation to run under current user
account?


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to