Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Releases: simonafield/SignTool

SignTool version 1.3.4

04 Sep 23:04

Choose a tag to compare

  • Reintroduced the exception MessageBox, but it only appears when SignCert releases an error.
  • Add logtxt log output entry before adding 1 to jobSigned to avoid false files signed count
  • Added the SignTool version number to the about box

Future To-Do: throw string.exception at SignTool.logtxt instead of MessageBox

SignTool version 1.3.3

06 Aug 14:56

Choose a tag to compare

Improved upon 1.3.2 by adding .sys file support.

SignTool version 1.3.2

30 Jun 22:02

Choose a tag to compare

This is the final version of this SignTool program I will release!
Improved upon 1.3.0 and 1.3.1 in the following ways:

  • Added comments to SignTool.cs describing functions
  • Added Job Files button under Signing category that displays a ratio of selected/total files
  • Converted logtxt.Text += ""; to logtxt.AppendText(""); in the signer output box, allowing autoscroll during job
  • Added About button in lower-left Menu, displaying attributions

The attached prebuilt executable has been signed so it can be run verbatim on Windows RT, as long as test signing is enabled.

SignTool version 1.3

30 Jun 01:49

Choose a tag to compare

Improved upon SignTool 1.2 by improving the ST 1.0 GUI as follows:

  • Added a checklist box as the new file/folder choice mechanism allowing users to choose which files in the list to sign
  • Added a progress bar to display the progress of jobSigned toward totalJob, mainly useful for large file quantities
  • Improved MessageBox and StatusBar information about job loads and signed files

SignTool version 1.2

28 Jun 10:17

Choose a tag to compare

Improved upon the original work by changing the following:

  • Removed MessageBox call each time a file is signed (annoying for large batches/folder signing)
  • Added StatusBar for descriptive information on current signing job (live view of number of signed files)
  • Improved JobComplete MessageBox with info on the job (number of EXE/DLL's signed total)
  • Added fileCount, exeCount, and dllCount integer variables that describe signing job yield
  • Allow Resetting and Saving Jobs; save job output console to .txt or clear console and file count variables