I've signed my .msi with this command line:
signtool.exe sign /f mycert.pfx /p /t http://timestamp.verisign.com/scripts/timstamp.dll /d "MSIName.msi" /v "MSIName.msi".
The 'Digital Signature' tab is displayed on the .msi properties dialog and contains the right information but when the UAC dialog appears the 开发者_如何学C'Publish Name' is still 'Unknown'. What do I miss?
is your certificate in the trusted publisher certificate store?
精彩评论