Visual studio offers me the ability to Sign my ass开发者_StackOverflow中文版embly / Manifest through the public wizard. However, in order to utilize this functionality, it seems as though I am required to create an installer for my program. I do not want to have to install my executable (anywhere). I would much rather be able to build a single executable and copy this executable into multiple directories (All with a certificate).
I'm assuming there must be some workaround for this, and I would love to hear any suggestions.
- Open your project.
- Under
Solution Explorer
, double click onProperties
. - Click
Signing
. - Click
Sign the assembly
. - Click the dropdown box, and then select
<New...>
. - Enter in your desired information and click
OK
.
精彩评论