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: CustomActions >Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: anfortas (anfortas) Assigned to: Scott Kurtzeborn (scotk) 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: 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 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
