Daniel Newmarch wrote:
> I have a working WiX installer, which is pretty plain, just
> installs/uninstalls files.  However, the application that it installs
> creates data in the users My Documents and Local Settings\Application Data
> when it is run, and I have been asked to remove this data on uninstall.  I
> was wondering if anybody could tell me firstly whether it's possible to
> remove known folders under these paths for each user of the system, and if
> it is possible how I could do it?
>   

It's not possible to remove files for all users, only for the user doing 
the uninstall. (Even running as admin, the installer doesn't necessary 
have rights to the files in other users' profiles. So MSI doesn't offer 
the option.)

-- 
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