windows - How to sign assembly and exe files in the installer package? -
i've made application test certificate , installer(with installshield limited edition).
in signing option of project i've chosen options
* sign clickonce manifests,
* sign assembly.
in installer project in signing tab i've chosen same digital certificate file, entered password, , option sign output files : setup.exe , windows installer package.
option sign files in package not available. after installing program, setup.exe , msi file signed. how make exe files , assemblies digital signature?
if referring assemblies installing, need sign them before building installer. visual studio can sign, or can set post build step sign them manually 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
Comments
Post a Comment