locked
where to find the signtool.exe? RRS feed

  • Question

  •  

    Hi,

    I'm sorry. I don't where to post this subject.

     

    I want to use the : \Windows Mobile 6 SDK\Tools\Security\CabSignTool\cabSignTool.exe to sign my cab files,

    but when I input the following command line:

     

    cabsigntool myapp.cab myapp.cab -f myapp.pfx

     

    It show the following error:

     

    CABSIGNTOOL: Extracting CAB contents.

    CABSIGNTOOL: Signing CAB contents.

    CABSIGNTOOL: Signtool.exe could not be found in the path.

    CABSIGNTOOL: Please make sure signtool.exe is in a location pointed to by the PATH variable.

    CABSIGNTOOL: Operation failed. Error = 0x80070002

     

     

    and in the files: readme.txt, it also mension the signtool.exe,

    as"options      Parameters to be used by signtool.exe
                 Use signtool.exe /? for a full list."

     

    so, I want to konw , where is the signtool.exe?

    Thanks.

    Friday, November 2, 2007 3:02 AM

Answers

  • I got it.

     

    \Microsoft Visual Studio 8\SDK\v2.0\Bin

     

    Friday, November 2, 2007 6:25 AM

All replies

  • I got it.

     

    \Microsoft Visual Studio 8\SDK\v2.0\Bin

     

    Friday, November 2, 2007 6:25 AM
  • My Visual Studio 2012 tools was getting it from C:\Program Files (x86)\Windows Kits\8.0\bin\x86

    I needed it for signing post-build. i.e. "C:\Program Files (x86)\Windows Kits\8.0\bin\x86\signtool.exe" sign /n "SUBJECT_NAME" "$(TargetDir)$(TargetFileName)"

    Monday, March 25, 2013 2:26 PM
  • C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool
    Monday, May 6, 2019 4:37 PM