[WiX-users] Certificates

2012-09-18 Thread Keith.Douglas
Can the Iis:Certificate stuff be used to install certificates not connected with IIS, say for example for use with an SSL VPN? (A per machine cert in this case.) Keith Douglas Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 Statistique Canada | 170, promenade Tunney's

Re: [WiX-users] Certificates

2012-09-18 Thread Rob Mensching
Should do. It's kinda' legacy at this point that the Certificates are in the IIS extension. On Tue, Sep 18, 2012 at 7:08 AM, keith.doug...@statcan.gc.ca wrote: Can the Iis:Certificate stuff be used to install certificates not connected with IIS, say for example for use with an SSL VPN? (A

Re: [WiX-users] Certificates

2012-09-18 Thread Katherine Moss
...@robmensching.com] Sent: Tuesday, September 18, 2012 10:34 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificates Should do. It's kinda' legacy at this point that the Certificates are in the IIS extension. On Tue, Sep 18, 2012 at 7:08 AM, keith.doug

Re: [WiX-users] Certificates

2012-09-18 Thread Christopher Painter
discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Certificates Or one could also write a custom action that calls PowerShell and have PowerShell install the cert if you wanted to, right? Or in the next version, move the cert activities out

Re: [WiX-users] Certificates

2012-09-18 Thread Katherine Moss
for Windows Installer XML toolset.; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificates In the past I've used the x509 classes in .NET to install certs. I find the WiX extension far more elegant despite any taxonomy inconsistencies

Re: [WiX-users] Certificates and IIS

2009-05-15 Thread Kusuma Sudheer Kumar (Tata Consultancy Services)
[mailto:stephen.sch...@aruplab.com] Sent: Friday, May 15, 2009 4:52 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificates and IIS Rob, Thanks for pointing me in the right direction on this. I did not even know that wix.chm existed (I have only been using wix

Re: [WiX-users] Certificates and IIS

2009-05-15 Thread Rob Mensching
=$(var.CertificatePath) / $(var.CertificatePath) is a setup to point to my .cer file. -Original Message- From: Rob Mensching [mailto:r...@wixtoolset.org] Sent: Thursday, May 14, 2009 10:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificates and IIS I

[WiX-users] Certificates and IIS

2009-05-14 Thread Schaff, Stephen
I have a wix project that creates a website. The certificate that that website uses is already be present on the machine being installed to. Is there a way to make the installer associate the website with the existing installer? (I can do this step manually, but I would rather have the installer

Re: [WiX-users] Certificates and IIS

2009-05-14 Thread Rob Mensching
I don't think the current CustomActions let you reference an installed certificate. However, you can just add the Certificate element under your Component and reference it by your WebSite and it should work. The WiX.chm reference should have the bits and pieces to put it together since I don't

Re: [WiX-users] Certificates and IIS

2009-05-14 Thread Schaff, Stephen
) is a setup to point to my .cer file. -Original Message- From: Rob Mensching [mailto:r...@wixtoolset.org] Sent: Thursday, May 14, 2009 10:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificates and IIS I don't think the current CustomActions

Re: [WiX-users] certificates and wix

2007-08-14 Thread Heath Stewart
Did you author the property? If you look at the Property element you can specify Secure=yes on it. You really shouldn't be taking insecure data like this to be installed in an elevated process, though. This is very dangerous. Heath Stewart Technical Lead Deployment Technologies Group,

Re: [WiX-users] Certificates with WIX

2006-10-15 Thread Cullen Waters
Ive seen the same behavior with one of our installers. I think this is a bug in the implementation. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzammil Ahmed Sent: Friday, October 13, 2006 2:57 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users