So i was compiling a setup file in Inno setup Version 6 when the signtool that i downloaded (newest win sdk) Some random "not compatible error" Happen:
Updating version info (SETUP.E32) Running Sign Tool signtool: "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\arm64\signtool.exe" sign /f "C:\MY_CODE_SIGNING.PFX" /t http://timestamp.comodoca.com/authenticode /p pbclisetup "C:\Users\ANGGIA AYU\Downloads\uninst.e32.tmp" Sign Tool command failed (Failed to execute Sign Tool command.
Error 216: This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher). Will retry (2 tries left). Running Sign Tool signtool: "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\arm64\signtool.exe" sign /f "C:\MY_CODE_SIGNING.PFX" /t http://timestamp.comodoca.com/authenticode /p pbclisetup "C:\Users\ANGGIA AYU\Downloads\uninst.e32.tmp" Sign Tool command failed (Failed to execute Sign Tool command.
What did i do wrong and what caused this problem?