Scott.Langham wrote
> 
> Hello,
> 
> When an installer (a colleague built it using burn) is installed, the UAC
> dialog says that the program is from an unknown publisher.
> 
> As far as I can tell, the exe appears to be signed correctly with an
> appropriate certificate. A colleague has used burn to generate an exe that
> installs the two msi's. The msi's were signed before burn ran, and after
> burn ran, the exe burn produced was signed using signtool as follows:
> 
> signtool.exe sign /v /ph /ac "MSCV-VSClass3.cer" /f "mycertificate.pfx" /p
> "thepassword" /t "http://timestamp.verisign.com/scripts/timstamp.dll"; /d
> "The Description" " MyChainInstaller.exe"
> 
> This is a similar command line used to sign the two msi's. If I attempt to
> install one of the msi's directly, the UAC prompt shows the publisher as
> verified. But, the exe produced with burn shows the publisher as unknown.
> 
> I saw this topic:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Signing-the-burn-bootstrapper-td7174715.html
> And tried to override the Signxxx targets, but as far as I can tell, they
> don't get called.
> 
> 
> If anybody can help point out what I'm missing, I'd be really grateful.
> Thanks,
> Scott
> 

I believe if you set Compressed to "yes" on your MsiPackage, you get this
result. I believe Rob said this was a bug in the Microsoft Installer,
something about how it splits out the cab before validating the
authenticode, though I'm not sure.

I found it worked OK when Compressed is "no" which means your two msi files
will be deployed separately. I suggest you try this if it fits into your
needs.

Otherwise, try a more recent build since there were some bugs involving
signature validation.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/When-install-exe-built-with-burn-UAC-dialog-says-Unknown-Publisher-tp7216648p7216833.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to