Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-03-13 Thread Rob Mensching
IIRC, installing a .cer file should work. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Monday, March 09, 2009 18:19 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX 3.0: How to install a Root Certificate Brian Young wrote

Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-03-09 Thread Bob Arnson
Brian Young wrote: > Just like what our Chief Architect asked me, "is there a way for WiX to > support just installing .cer file but not using PFX file?". Or: what's the > reason that WiX only supports PFX file? I'd ask the same question. If WiX > doesn't support it right now, is there a plan th

Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-03-09 Thread Brian Young
2, 2009 5:51:12 PM Subject: Re: [WiX-users] WiX 3.0: How to install a Root Certificate Brian Young wrote: > InstallCertificates: Error 0x8000: Unexpected certificate type read from > disk. > InstallCertificates: Error 0x8000: Failed to read certificate from file > path

Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-03-02 Thread Bob Arnson
Brian Young wrote: > InstallCertificates: Error 0x8000: Unexpected certificate type read from > disk. > InstallCertificates: Error 0x8000: Failed to read certificate from file > path. > InstallCertificates: Error 0x8000: Failed to resolve certificate: MyCert > I'm not an expert

Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-03-02 Thread Brian Young
Brian From: Bob Arnson To: General discussion for Windows Installer XML toolset. Sent: Saturday, February 28, 2009 1:43:50 PM Subject: Re: [WiX-users] WiX 3.0: How to install a Root Certificate Little Forest wrote: > error CNDL0104: Not a valid source file; detail

Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-02-28 Thread Bob Arnson
Little Forest wrote: > error CNDL0104: Not a valid source file; detail: 'iis' is an undeclared > namespace. > You need to declare the IIS extension namespace and add the WixIIsExtension to your project. -- sig://boB http://joyofsetup.com/ -

[WiX-users] WiX 3.0: How to install a Root Certificate

2009-02-27 Thread Little Forest
We're using WiX version 3.0.4805.0. We need to install a root certificate. I tried to search the forum and google for a workable example, but no luck. I appreciate if someone could post some workable source code to show me how to install a root certificate. Here is my code which doesn't work: