Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-26 Thread Richard
In article <[EMAIL PROTECTED]>, "Yu, Brian" <[EMAIL PROTECTED]> writes: > I tried the following settings to generate a user and give it admin > rights but failed miserably > I don't see the new user created. Please help I don't see anything wrong with the markup; what does the log say? --

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-26 Thread Yu, Brian
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sent: 15 September 2008 21:41 To: WiX Users Subject: Re: [WiX-users] Wix Add Dialog to prompt for username and pwd In article <[EMAIL PROTECTED]> , "Yu, Brian" <[EMAIL PROTECTED]> writes: > Apologies. I

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-15 Thread Richard
In article <[EMAIL PROTECTED]>, "Yu, Brian" <[EMAIL PROTECTED]> writes: > Apologies. I got mixed up. I was trying to change the logo and look of > the msi > And I thought I might as well get user to enter some randown user > Then use wix to grant the necessary permissions. Its better to gen

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-12 Thread Neil Sleightholm
n Sent: Fri 12/09/2008 09:34 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix Add Dialog to prompt for username and pwd Thanks Neil. I've got this error even when I added the bin directory to my PATH. Any clues? C:\>candle /?

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-12 Thread Richard
In article <[EMAIL PROTECTED]>, "Yu, Brian" <[EMAIL PROTECTED]> writes: > I am struggling to find a good example to follow to insert a dialog box > to prompt for service account user name and password. Umm... haven't we come full circle now? The whole point of what I'm saying is that you s

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-12 Thread Richard
I wrote: > OK, looking at the element, it doesn't let you identify a > group by its well-known SID [...] In article <[EMAIL PROTECTED]>, Rob Mensching <[EMAIL PROTECTED]> writes: > Yeah, the only thing that does "friendly-name" resolution of a bunch of > Group s is the PermissionEx stuff.

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-12 Thread Yu, Brian
n Behalf Of Neil Sleightholm Sent: 12 September 2008 16:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix Add Dialog to prompt for username and pwd I wrote a bit about custom UIs here: http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html.

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-12 Thread Neil Sleightholm
Fri 12/09/2008 02:08 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix Add Dialog to prompt for username and pwd I am struggling to find a good example to follow to insert a dialog box to prompt for service account user name and password. Can anyone help

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-12 Thread Rob Mensching
n up to do then. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sent: Thursday, September 11, 2008 10:19 To: WiX Users Subject: Re: [WiX-users] Wix Add Dialog to prompt for username and pwd In article <[EMAIL PROTECTED]>, Bob Arnson <[E

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-12 Thread Yu, Brian
18:19 To: WiX Users Subject: Re: [WiX-users] Wix Add Dialog to prompt for username and pwd In article <[EMAIL PROTECTED]>, Bob Arnson <[EMAIL PROTECTED]> writes: > Richard wrote: > > Where is this extension documented? I get a file not found when > > a

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-11 Thread Richard
In article <[EMAIL PROTECTED]>, Bob Arnson <[EMAIL PROTECTED]> writes: > Richard wrote: > > Where is this extension documented? I get a file not found when > > attemping to access this URL. > > > > In WiX.chm. The schema namespace is just for uniqueness. OK, looking at the element, it

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-10 Thread Bob Arnson
Richard wrote: > Where is this extension documented? I get a file not found when > attemping to access this URL. > In WiX.chm. The schema namespace is just for uniqueness. -- sig://boB http://joyofsetup.com/ - This SF

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-08 Thread Richard
In article <[EMAIL PROTECTED]>, "Eitan Behar" <[EMAIL PROTECTED]> writes: > This is how you can create a user, and add it to the admin group: > > You need the util extension: > > xmlns:util=http://schemas.microsoft.com/wix/UtilExtension> Where is this extension documented? I get a file n

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-08 Thread Eitan Behar
This is how you can create a user, and add it to the admin group: You need the util extension: xmlns:util=http://schemas.microsoft.com/wix/UtilExtension> - This SF.Net email is sponsored by the Moblin Your Move

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-08 Thread Yu, Brian
PROTECTED] On Behalf Of Richard Sent: 05 September 2008 20:05 To: WiX Users Subject: Re: [WiX-users] Wix Add Dialog to prompt for username and pwd In article <[EMAIL PROTECTED]> , "Yu, Brian" <[EMAIL PROTECTED]> writes: > I read section 8 of http://www.tramontana.

Re: [WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-05 Thread Richard
In article <[EMAIL PROTECTED]>, "Yu, Brian" <[EMAIL PROTECTED]> writes: > I read section 8 of http://www.tramontana.co.hu/wix/lesson8.php but > there's no mention on how to write a dialog box that prompts for user > name and password and use them to register COM+. Its never a good idea to p

[WiX-users] Wix Add Dialog to prompt for username and pwd

2008-09-05 Thread Yu, Brian
I read section 8 of http://www.tramontana.co.hu/wix/lesson8.php but there's no mention on how to write a dialog box that prompts for user name and password and use them to register COM+. Can anyone help? - This SF.Net emai