Hi
I want to verify my installer , I have used this source to sign my installer :
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\signtool.exe" sign /a /f "M:\cert\MyPFX.pfx" /t "http://timestamp.verisign.com/scripts/timstamp.dll" /p UFMPassped "M:\Setup.exe"
It signed and timestamped without any error ,
but when I want to verify it , there is a error :
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\signtool.exe" verify /v /pa "M:\Setup.exe"
it say :
File Not Valid : M:\Setup.exe
where is my problem ?