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


________________________________
This email and all attachments are CONFIDENTIAL. It is meant for the intended 
recipient(s) only. If you are not the intended recipient(s), please notify the 
sender immediately and delete this email and any attachment; you must not 
disclose the contents to any other person or make any copies. We may monitor 
email communications to the extent permitted or as required by law and as 
necessary and justifiable for business purposes.
This email and its contents (including, without limitation, quotes) shall not 
operate to bind AppSense to any order or contract unless expressly confirmed in 
writing by AppSense.
AppSense Limited is a limited company registered in England and Wales (company 
number 3873980) and its registered office address is at 3300 Daresbury Business 
Park,Daresbury,Warrington, WA4 4HS, UK
------------------------------------------------------------------------------
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