Bugs item #1524662, was opened at 2006-07-18 19:35 Message generated for change (Settings changed) made by blackend You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1524662&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: candle Group: v2.0 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Shay Erlichmen (blackend) Assigned to: Rob Mensching (robmen) Summary: Add user to group Initial Comment: When you add the system account to a group you need add user "NT AUTHORITY\SYSTEM", this format is not supported with some sub systems in windows. for example if you want to define IIS application pool that runs under system account you will need to pass .\LocalService instead. ".\LocalSystem" will not work when trying to add it to a group (XML below). I think that AddUserToGroup(...) (in scaexec.cpp) should support users in the format of .\LocalService .\LocalSystem and .\NetworkService and translate the user to something that NetGroupAddUser(...) will except as valid. <Group Id="IIS_WPG" Name="IIS_WPG"/> <User Id="myUser" Name="LocalSystem" Domain="." Password="" CreateUser="no" UpdateIfExists="no" FailIfExists="no" RemoveOnUninstall="no"> <GroupRef Id="IIS_WPG" /> </User> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1524662&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
