Hi Phil, I'm using the IIS Extension and compiling via VS to gen the MSI. It looks to be a deferred action. What's interesting is that I determined (based on a suggestion to someone else's similar problem) that if I manually import the .pfx file and export to a .cer (using the DER option) and use that in my install, it works. I'm currently determining if the end result (after installation) is the same.
Reese On Mon, Aug 3, 2009 at 11:45 AM, Wilson, Phil (via Nabble) < [email protected]<ml-user%[email protected]> > wrote: > Those errors are all Access Denied, so this looks like something to do with > how the code is running. Deferred? Immediate? Impersonated? > > Phil Wilson > > -----Original Message----- > From: quattro004 [mailto:[hidden > email]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3379702&i=0>] > > Sent: Monday, August 03, 2009 11:36 AM > To: [hidden > email]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3379702&i=1> > Subject: Re: [WiX-users] Install pfx Certificate > > > I'm using Wix 3.0.5419 and tried the latest build as well with no success > either. > > > quattro004 wrote: > > > > Hi, I'm having trouble installing a pfx certificate, I can install a .cer > > > certificate and am unsure why the .pfx doesn't work. Any help is much > > appreciated. Thanks. > > > > Here is my error message: > > InstallCertificates: Error 0x80070005: Failed to open PFX file. > > InstallCertificates: Error 0x80070005: Failed to get SHA1 hash of > > certificate. > > InstallCertificates: Error 0x80070005: Failed to resolve certificate: > > AIQServiceAuthentication > > Action ended 11:14:51: InstallCertificates. Return value 3. > > > ------------------------------------------------------------------------------ > > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > > 30-Day > > trial. Simplify your report design, integration and deployment - and > focus > > on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > WiX-users mailing list > > [hidden > > email]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3379702&i=2> > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > -- > View this message in context: > http://n2.nabble.com/Install-pfx-Certificate-tp3379627p3379655.html > Sent from the wix-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > WiX-users mailing list > [hidden > email]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3379702&i=3> > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > WiX-users mailing list > [hidden > email]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3379702&i=4> > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ------------------------------ > View message @ > http://n2.nabble.com/Install-pfx-Certificate-tp3379627p3379702.html > To unsubscribe from Re: Install pfx Certificate, click here< (link removed) >. > > > -- View this message in context: http://n2.nabble.com/Install-pfx-Certificate-tp3379627p3380305.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

