Bugs item #1524662, was opened at 2006-07-18 09:35
Message generated for change (Settings changed) made by robmen
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: Pending
>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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to