Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am attempting to understand and use MS signtool to sign an exe file with a self-sign certificate I generated in another Visual Studio prograam. I want to self-sign in the SignedFileTEST.exe outside visual Studio. I stumbled around and found some sample scripts and have no luck with them. I get no errors. It just seems to do nothing. Any help will be most appreciated

I am trying from the copmmand prompt with the following:

cd "C:\Program Files (x86)\Windows Kits\10\App Certification Kit"

signtool.exe sign /f "C:\TESTsign.pfx" /p 1230Carlos# "C:\Projects\SignedFileTEST.exe"

Thanks a bunch!!!


What I have tried:

I tried several Microsoft example scripts with no success. I have also tried putting the code in a .bat file with no results
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900