Are you saying that during uninstall, the user may be allowed to leave some 
registry keys behind?  What are these registry keys?  It sounds like they are 
storing user data.  If so, then the setup should never write the keys in the 
first place (your applicaiotn should write them only when necessary) and your 
setup can optionally delete them.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter G. Sakhno
Sent: Tuesday, October 24, 2006 22:42
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] permanent components...

I see... Thank You.

My Installer writes some registry keys, and these keys should be kept
during uninstallation until user will allow to remove them.
So what could be the best way to implement it, may be I should write
these keys from CA?

Best regards,
Peter G. Sakhno
C-MAP RUSSIA Ltd
http://www.c-map.ru/

Rob Mensching wrote:
> You can't.  If you marked a Component "permanent" it will not be removed from 
> the user's machine.
>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to