【发布时间】:2012-08-24 09:59:55
【问题描述】:
我使用以下代码对我的 Installer/Uninstaller.exe 进行了代码签名:
signtool sign /f "mycert.pfx" /p Westell1 /t http://timestamp.verisign.com/scripts/timstamp.dll "Installer.exe"
代码签名后,当我尝试在 Windows Vista 32/64 位系统上运行 Installer.exe 时,UAC 屏幕未正确显示应用程序名称(“Installer.exe”)。它将应用程序名称显示为“Insf3e3.tmp”。
提前感谢您的帮助
【问题讨论】:
标签: windows windows-vista code-signing