If you decide to sign your code, you’ll need:
- signcode.exe
- makecert.exe
- cert2spc.exe
- pvk2pfx.exe
What’s the best place to download these tools?
Is there a way to do this without downloading large quantities of the Microsoft Windows SDK?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Start with the Windows SDK. That should have most of what you are looking for.
Also, SignCode.exe has been deprecated after .NET 1.1. SignTool.exe is the replacement.
Without downloading the SDK?
In general, there are only a few SDK tools that are redistributable outside of the official package from Microsoft. They are listed in a
redist.txtfile. On my system, I found a .NET SDKredist.txtfile in%ProgramFiles%\Microsoft.NET\SDK\v2.0 64bit(I assume the folder is called “v2.0” on x86 systems). Here’s what it said:So it looks like the majority of those files will not be redistributable. So again, my answer is download the Windows SDK. Keep in mind you can install just a subset of the tools if you wish; the installer allows you to select/unselect any of the components (for example, just the .NET development tools).