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

Reply via email to