Bugs item #1174440, was opened at 2005-03-31 13:17 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1174440&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: v2.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: anfortas (anfortas) >Assigned to: Rob Mensching (robmen) Summary: Rollback removes existing users Initial Comment: If you have a User with CreateUser="yes" and RemoveOnUninstall="no", in order to ensure that the user exists but prevent it from being removed, and the installation fails after ConfigureUsers and rolls back, the rollback deletes the user. That might be a reasonable thing to do if the user had just been created, but if it already existed before running the installer, it can be a big problem, since the SID is then lost forever. Do not remove the user during rollback if it already existed. ---------------------------------------------------------------------- Comment By: Scott Kurtzeborn (scotk) Date: 2006-12-19 21:11 Message: Logged In: YES user_id=1296992 Originator: NO See bug 1212275. Would adding an attribute such as RemoveOnRollback="no" solve this problem in an acceptable manner? ---------------------------------------------------------------------- Comment By: anfortas (anfortas) Date: 2005-07-25 11:39 Message: Logged In: YES user_id=1203922 I just tried this with the latest release, and it's still a problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1174440&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
