Hello All, I am creating a user element that has [UserName] property set to "DefaultUser" as its value. We give the option of changing [UserName] during installation. So, the installer creates a user using the modified username say "Test123". [UserName] property is modified to "Test123$" and user gets created and everything goes smoothly. But during uninstallation, the value of [UserName] property is still "DefaultUser" as opposed to "Test123". Due to which "Test123" user is not getting removed during uninstallation. It works obviously if the username is not changed during installation since the installer can find that user and then remove during uninstallation. Please let me know how I can persists properties until uninstallation. Thanks and Regards, Surekha Vuchuru ------------------------------------------------------------------------- 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
[WiX-users] Modifying a property value during installation does not persist until uninstallation
Vuchuru, Surekha (SBT US EXT) Fri, 07 Nov 2008 07:27:51 -0800
- [WiX-users] Modifying a property val... Vuchuru, Surekha (SBT US EXT)
- Re: [WiX-users] Modifying a pro... Richard
- Re: [WiX-users] Modifying a... Vuchuru, Surekha (SBT US EXT)
- Re: [WiX-users] Modifying a... Vuchuru, Surekha (SBT US EXT)
- Re: [WiX-users] Modifyi... Ian Elliott (Excell Data Corporation)