Re: [WiX-users] Installing cert using WiX 3.0

2006-12-05 Thread Rob Mensching
ailto:[EMAIL PROTECTED] On Behalf Of Joe Kaplan Sent: Tuesday, December 05, 2006 08:54 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing cert using WiX 3.0 Yes, that's currently the issue. The build in CAs do not support your scenario, so you'll need to write this you

Re: [WiX-users] Installing cert using WiX 3.0

2006-12-05 Thread Cullen Waters
@lists.sourceforge.net Subject: Re: [WiX-users] Installing cert using WiX 3.0 Yes, that's currently the issue. The build in CAs do not support your scenario, so you'll need to write this yourself. This is why I posted the note I posted on Sunday night. So far, no feedback from the community though... Joe

Re: [WiX-users] Installing cert using WiX 3.0

2006-12-05 Thread Joe Kaplan
Joe Kaplan on behalf of Joe Kaplan > Sent: Mon 12/4/2006 9:03 PM > To: wix-users@lists.sourceforge.net > Cc: Rennie Sawade (Volt) > Subject: Re: [WiX-users] Installing cert using WiX 3.0 > > > > It looks like you are missing the culture switch. Does your command line > loo

Re: [WiX-users] Installing cert using WiX 3.0

2006-12-04 Thread Rennie Sawade (Volt)
03 PM To: wix-users@lists.sourceforge.net Cc: Rennie Sawade (Volt) Subject: Re: [WiX-users] Installing cert using WiX 3.0 It looks like you are missing the culture switch. Does your command line look something like this: light -ext wixiisextension.dll -cultures:en-US -out xxx.msi xxx.wixobj Note

Re: [WiX-users] Installing cert using WiX 3.0

2006-12-04 Thread Joe Kaplan
It looks like you are missing the culture switch. Does your command line look something like this: light -ext wixiisextension.dll -cultures:en-US -out xxx.msi xxx.wixobj Note that the current IIS CA does not install certificates unless you have other IIS stuff defined as the CA that schedules

Re: [WiX-users] Installing cert using WiX 3.0

2006-12-04 Thread Cullen Waters
You have to include cultures:en-us (or whatever culture your installer is for) on the light command line, in wix v3. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rennie Sawade (Volt) Sent: Monday, December 04, 2006 5:19 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users