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.