Bugs item #1524662, was opened at 2006-07-18 09:35
Message generated for change (Settings changed) made by scotk
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Shay Erlichmen (blackend)
>Assigned to: Scott Kurtzeborn (scotk)
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

-------------------------------------------------------------------------
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

Reply via email to