This repository was archived by the owner on Oct 2, 2024. It is now read-only.
Releases: simonafield/SignTool
Releases · simonafield/SignTool
SignTool version 1.3.4
- Reintroduced the
exceptionMessageBox, but it only appears whenSignCertreleases an error. - Add
logtxtlog output entry before adding1tojobSignedto 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
Improved upon 1.3.2 by adding .sys file support.
SignTool version 1.3.2
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.csdescribing functions - Added
Job Filesbutton underSigningcategory that displays a ratio of selected/total files - Converted
logtxt.Text += "";tologtxt.AppendText("");in the signer output box, allowing autoscroll during job - Added
Aboutbutton 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
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
jobSignedtowardtotalJob, mainly useful for large file quantities - Improved
MessageBoxandStatusBarinformation about job loads and signed files
SignTool version 1.2
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, anddllCountinteger variables that describe signing job yield - Allow Resetting and Saving Jobs; save job output console to
.txtor clear console and file count variables