I do have that file. (In “…\Program Files\Microsoft SDKs…”). And I went to installed-programs (in Control Panel) and “reinstalled” it.
So why doesn’t the command prompt recognize it?
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.
Because the folder isn’t in the system
PATH. (From the command prompt, typePATHand hit enter to see what the current PATH contains.)You can add the folder by adding the folder to the existing
PATHfrom the command prompt (of course, replace the folder with the proper location for the SDK version and location on your system):Signtool should work now from any folder (until you close the command prompt).
You can also create a batch file that sets the
PATHproperly for you to save typing, if you need it often:Now you can run the batch file just before running SignTool: