If you're talking about local groups, http://msiext.codeplex.com/ has a wix 
extension for you.

<UserPrivileges:LocalGroup Id="DemoLocalGroup1" Name="DemoLocalGroup1" 
Description="Demo local group 1 should contain a user after installation." 
CheckIfExists="yes" CreateOnInstall="yes" DeleteOnUnInstall="yes">
 <UserPrivileges:LocalGroupMember Id="DemoLocalUser1_DemoLocalGroup1_Member" 
UserId="DemoLocalUser1" AddOnInstall="yes" RemoveOnUnInstall="yes" 
CheckIfMember="yes" />
</UserPrivileges:LocalGroup>

Cheers
-dB.

dB. @ dblock.org 
Moscow|Geneva|Seattle|New York



-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Saturday, October 17, 2009 2:03 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Create and delete a security group

Alastair Smith wrote:
> Is there a recommended way of accomplishing these actions inside an MSI 
> package?  Presumably it will need a custom action.  Would it be a simple task 
> to add this behaviour to the Util Extension?
>   

Not necessarily simple but I suspect the logic would be similar to the 
existing support for creating users.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to