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