[wix-users] Certificate Install Error in Windows 7

Phill Hogland phill.hogland at rimage.com
Fri Jan 27 12:31:11 PST 2017


Concurring with Rob's point, and going back to the original OP's question I think you should setup a debug environment where you step into the CAs related to iis::Certificate and find out what is really the cause of the Access Denied error.  At least enable verbose debugging and study the log carefully.  I use iis::Certificate on Win 10 and Win7 targets, targeting the localMachine StoreLocation in a perMachine context, Burn driven chained MSI.  We never disable UAC or observe the problems the OP has indicated.

________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Rob Mensching <rob at firegiant.com>
Sent: Friday, January 27, 2017 2:05:42 PM
To: WiX Toolset Users Mailing List
Subject: Re: [wix-users] Certificate Install Error in Windows 7

IMHO, the fact that you require your MSI to run "As Administrator" is a defect.

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Fyodor Koryazhkin
Sent: Monday, January 23, 2017 11:26 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Certificate Install Error in Windows 7

Hi,
We had almost the same problem.
In the matter of fact target computer can have different levels of UAC and therefore we make our customers always run installations 'As Administrator'. Thus we prevent us from unnecessary defects :)

Also when you start command prompt "As administrator"  you should have UAC prompt.

If you want to cover all possible cases you should wrap your MSI in executable that elevates permissions with a prompt always.

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list