문제

I've made an application with test certificate and installer(with InstallShield limited edition).

In signing option of my project I've chosen options
* Sign the ClickOnce manifests,
* Sign the assembly.

In the installer project in signing tab I've chosen the same digital certificate file, entered password, and option sign output files : Setup.exe and Windows Installer Package.

Option Sign Files in Package is not available. So after installing my program, only Setup.exe and msi file are signed. How to make another exe files and assemblies with digital signature?

도움이 되었습니까?

해결책

If you are referring to the assemblies you are installing, you need to sign them before building the installer. Visual studio can sign, or you can set up a post build step to sign them manually with signcode.

I recommend visual studio.

http://msdn.microsoft.com/en-us/library/9sh96ycy(v=vs.80).aspx

http://msdn.microsoft.com/en-us/library/ms247123(v=vs.90).aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top