Install SignTool

Before setting up code signing in PowerBuilder, you need to install a code signing tool, such as Microsoft's SignTool.

  1. Download and install the Windows SDK, which includes signtool.exe.

    • Minimum required version: 10.0.22621.755

    • SDK can be downloaded from the official Microsoft site

  2. Make sure signtool.exe is accessible (usually under C:\Program Files (x86)\windows Kits\10\bin\x64).

  3. (Optional) If your signing workflow integrates with additional tools (e.g., for timestamping or automation), install those as well.