Signed exe becomes unsigned after adding project output in setup package using visual studio 2008

安稳与你 提交于 2019-12-07 22:24:28

问题


I have created a msi setup package using visual studio 2008. I have added a project's output (exe project), which is signed at post build, to the setup package. The project is signed at the output directory (bin\Release). but when install the setup package, the exe found unsigned at the installed location. Why is the signing becomes invalid ?

When i add it as a file it is signed. But when i add it as Project Output to the setup project it becomes unsigned. (I'm doing signing process at post build)


回答1:


I think it's something like the Primary Output files being used from the obj folder, not the output folder. I think you can look at the Properties of Primary Output to see.



来源:https://stackoverflow.com/questions/22561127/signed-exe-becomes-unsigned-after-adding-project-output-in-setup-package-using-v

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!