Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Windows MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 12-19-2008, 03:12 AM   #1 (permalink)
Dennis Bareis
Guest
 
Posts: n/a
Default Re: Creating a group of users

On Tue, 21 Oct 2008 00:00:00 -0700, MFD <MFD@discussions.microsoft.com> wrote:

>I need some help. I would like to create a group with my MSI package. I need
>the group to able to ad users to it and use it for athentication. Do someone
>have any good idea how to create a group in a MSI?
>



This is a MAKEMSI vbscript custom action that can create a user a group should be very similar
(my guess is replace "user" with "group"):

http://makemsi-manual.dennisbareis.c...r_creation.htm

Bye,
Dennis
Dennis Bareis [Microsoft MVP] (dbareis@KillSpam.gmail.com)
http://dennisbareis.com/
Freeware Windows Installer creation tool (+ "ORCA automation"):
http://makemsi.dennisbareis.com/
  Reply With Quote
Old 12-19-2008, 03:12 AM   #2 (permalink)
MFD
Guest
 
Posts: n/a
Default Creating a group of users

I need some help. I would like to create a group with my MSI package. I need
the group to able to ad users to it and use it for athentication. Do someone
have any good idea how to create a group in a MSI?

Thanks
  Reply With Quote
Old 12-19-2008, 03:12 AM   #3 (permalink)
Phil Wilson
Guest
 
Posts: n/a
Default Re: Creating a group of users

There's no builkt-in support in MSI, so it's going to be a custom action,
probably C++ because it's not obvious to me that any other language has the
required support. So this is really a programming question about how to use
the NetGroupAdd function.

--
Phil Wilson
Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972


"MFD" <MFD@discussions.microsoft.com> wrote in message
news:29A152CC-46F8-4B73-AA49-F3AEAB6A63B4@microsoft.com...
>I need some help. I would like to create a group with my MSI package. I
>need
> the group to able to ad users to it and use it for athentication. Do
> someone
> have any good idea how to create a group in a MSI?
>
> Thanks



  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:56 AM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com