Re: [WiX-users] Certificates

2012-09-18 Thread Katherine Moss
neral discussion 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

Re: [WiX-users] Certificates

2012-09-18 Thread Christopher Painter
scussion for Windows Installer XML toolset." 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 of that extension and into a ne

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

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, 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 per machine cert in this c

Re: [WiX-users] Certificates and IIS

2009-05-15 Thread Rob Mensching
[PATHNAME] is the property holds the Location of the cert like > C:\Test.cer > > Suggest > > Thanks > Sudheer > > -Original Message- > From: Schaff, Stephen [mailto:stephen.sch...@aruplab.com] > Sent: Friday, May 15, 2009 4:52 AM > To: General discu

Re: [WiX-users] Certificates and IIS

2009-05-15 Thread Kusuma Sudheer Kumar (Tata Consultancy Services)
. 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 since February). With that I was able to get it working. Thanks again and thanks for making Wix happen. I love it

Re: [WiX-users] Certificates and IIS

2009-05-14 Thread Schaff, Stephen
for Windows Installer XML toolset. Subject: Re: [WiX-users] Certificates and IIS 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

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 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, Microso

Re: [WiX-users] Certificates with WIX

2006-10-15 Thread Cullen Waters
I’ve 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] Cert