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)

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top