Re: [WiX-users] Adding user to a group

2010-10-13 Thread Wilson, Phil
eorge.banf...@gouldtechsolutions.com] Sent: Wednesday, October 13, 2010 1:30 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Adding user to a group I am trying to get the user who runs the service to go into the 'Distributed COM User'. The service that is being installed does Office automation.

Re: [WiX-users] Adding user to a group

2010-10-13 Thread David Watson
when using user actions, have a separate property for the Domain from the Name. E.g. Dave -Original Message- From: George Banfill [mailto:george.banf...@gouldtechsolutions.com] Sent: 13 October 2010 09:30 To: wix-users@lists.sourceforge.net Subject: [WiX-users] A

[WiX-users] Adding user to a group

2010-10-13 Thread George Banfill
I am trying to get the user who runs the service to go into the 'Distributed COM User'. The service that is being installed does Office automation. So I have added the following to my wxs: When I run it I get the following in the error: Create

[WiX-users] Adding user to a group - fail gracefully?

2010-03-22 Thread Glen Cooper
In my installer I add a user account the a local group on the target machine. If this fails I would like the installer to continue but to prompt the user that they must add the user manually. Is this possible using the Util:User / Util:Group method? Is it possible to have the notion of an "optio