开发者

Visual Studio Signing executable with Certificate

开发者 https://www.devze.com 2023-03-20 22:44 出处:网络
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 require

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.


  1. Open your project.
  2. Under Solution Explorer, double click on Properties.
  3. Click Signing.
  4. Click Sign the assembly.
  5. Click the dropdown box, and then select <New...>.
  6. Enter in your desired information and click OK.
0

精彩评论

暂无评论...
验证码 换一张
取 消