Create a Feature Request on SF?

Blair

-----Original Message-----
From: Christopher Painter [mailto:chr...@deploymentengineering.com] 
Sent: Thursday, May 05, 2011 6:23 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Creatin User Group and add current user into it


I'm leary of going out of process like that.  It's really difficult to
handle unexpected errors.  Personally I created a datadriven custom action
for defining groups and then use the built in wixutil extensions to handle
associating users to the groups.    I'm not sure why WiX doesn't handle this
in the first place as the Group element under a Component element would be a
logical extension to the pattern.

---
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me

--- On Thu, 5/5/11, Rahul Ramesh Ekbote <rahu...@microsoft.com> wrote:


From: Rahul Ramesh Ekbote <rahu...@microsoft.com>
Subject: Re: [WiX-users] Creatin User Group and add current user into it
To: "General discussion for Windows Installer XML toolset."
<wix-users@lists.sourceforge.net>
Date: Thursday, May 5, 2011, 4:30 AM


Hey,
Thanks Sudheer. It really helps.


Rahul

-----Original Message-----
From: Sudheer Kumar Kusuma (Accenture) [mailto:v-kku...@microsoft.com] 
Sent: 03 May 2011 AM 11:01
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Creatin User Group and add current user into it

Use NET LOCALGROUP to create localgroups and add users over c# custom action

Thanks,
Sudheer |OEM Build Operations Team

-----Original Message-----
From: Sharad Patel [mailto:spa...@winscribe.com]
Sent: Monday, May 02, 2011 1:09 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Creatin User Group and add current user into it

Have you tried setting the Impersonate attribute to "no" in your
CustomAction element?

http://wix.sourceforge.net/manual-wix2/wix_xsd_customaction.htm


-----Original Message-----
From: Rahul Ramesh Ekbote [mailto:rahu...@microsoft.com]
Sent: Tuesday, 3 May 2011 12:06 a.m.
To: chr...@deploymentengineering.com; General discussion for Windows
Installer XML toolset.(wix-users@lists.sourceforge.net)
Subject: Re: [WiX-users] Creatin User Group and add current user into it

Hi Christopher,
I am facing one problem with create group CustomAction. I created custom
action in C# however it is not executing when I am running .msi by double
clicking, however if  I run command prompt with "Run as Administrator" then
it work fines. 
So what I need to do to run .msi as "Run as Administrator".


Thanks,
Rahul

-----Original Message-----
From: Christopher Painter [mailto:chr...@deploymentengineering.com]
Sent: 29 April 2011 PM 11:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Creatin User Group and add current user into it

Correct. I had to write (DTF) custom actions for this functionality.  

---
Christopher Painter, Author of Deployment Engineering Blog Have a hot tip,
know a secret or read a really good thread that deserves attention? E-Mail
Me

--- On Fri, 4/29/11, Dick Van den Brink <d_vandenbr...@live.com> wrote:


From: Dick Van den Brink <d_vandenbr...@live.com>
Subject: Re: [WiX-users] Creatin User Group and add current user into it
To: wix-users@lists.sourceforge.net
Date: Friday, April 29, 2011, 8:18 AM



I think you need a custom action for that. The WiX group element can only
search groups and not create new ones according to the documentation. It can
however add new or existing users to an existing group. 

> From: rahu...@microsoft.com
> To: wix-users@lists.sourceforge.net
> Date: Fri, 29 Apr 2011 13:04:38 +0000
> Subject: [WiX-users] Creatin User Group and add current user into it
> 
> Hi,
> Is there any simple way in WIX to create user group and add current user
into that group.  Or only option is to create CustomAction in C#.
> Currently I am using WIX 3.6
> 
> Thanks,
> Rahul
> 

----------------------------------------------------------------------------
--
WhatsUp Gold - Download Free Network Management Software The most intuitive,
comprehensive, and cost-effective network management toolset available
today.  Delivers lowest initial acquisition cost and overall TCO of any
competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
WhatsUp Gold - Download Free Network Management Software The most intuitive,
comprehensive, and cost-effective network management toolset available
today.  Delivers lowest initial acquisition cost and overall TCO of any
competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

----------------------------------------------------------------------------
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to