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

StackOverflow https://stackoverflow.com/questions/22561127

質問

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