Releases: DeveloppeurPascal/ExeBulkSigning
Version 1.3 - 20240504
Un mode client/serveur a été ajouté afin de partager un token ou un certificat de signature de code entre plusieurs développeurs ou ordinateurs ou machines virtuelles en réseau local. Une utilisation via Internet est possible mais non recommandée (risque de trouver des logiciels signés en votre nom avec des contenus douteux).
D'autres modifications ont été apportées à l'interface utilisateur et aux fonctionnalités de signature.
Exe Bulk Signing est diffusé en shareware. Vous pouvez le télécharger sur ce site et acheter une licence s'il vous sert et que vous voulez en soutenir le développement.
A client/server mode has been added to share a token or code-signing certificate between several developers or computers or virtual machines on a local network. Use via the Internet is possible but not recommended (risk of finding software signed in your name with dubious content).
Other changes have been made to the user interface and signing functionalities.
Exe Bulk Signing is distributed as shareware. You can download it from this site and purchase a license if you find it useful and want to support its development.
Version 1.2 - 20240201
Dans cette version :
- relookage du programme en prévision des évolutions futures (mode client/serveur),
- ajout d'informations à l'écran pour comprendre quelles options de SignTool.exe sont utilisées,
- ajout du nom de certificat (nécessaire pour l'utilisation de token)
Le programme est diffusé en shareware. Vous pouvez le télécharger ici.
Pour soutenir le projet pensez à acheter une licence d'utilisation ou faire un don sur GitHub Sponsors.
--
In this version :
- redesign of the program in anticipation of future developments (client/server mode),
- addition of information on the screen to help you understand which SignTool.exe options are being used,
- addition of the certificate name (required for token use).
The program is available as shareware. You can download it here.
To support the project, consider buying a user licence or making a donation on GitHub Sponsors.
1.1 - 20230302
Les versions compilées en 1.1 autorisent désormais la signature d'un arborescence complète à partir du dossier spécifié pour simplifier le travail.
Si vous voulez le compiler vous-mêmes vous avez la possibilité de mettre votre mot de passe en dur sans conflit avec les futures mises à jour du dépôt en suivant les indications dans le fichier PFXPasswordConst.inc.pas
--
Versions compiled in 1.1 now allow signing a complete tree from the specified folder to simplify the work.
If you want to compile it yourself you can hardcode your password without conflicting with future repository updates by following the directions in the PFXPasswordConst.inc.pas file
Last release under MIT license
We change licensing model today. This release is the last under MIT license.
1.0
First release of this program. It's full functional to sign or resign exe / msix files in a folder.
Use it if you need to time stamp files already signed without time stamping or if you renew your code signing certificate and want to sign your files (exe only) with the new one.
Joined installer are for Windows 10 and Windows 11. If you use a previous Windows version, download the source code and compile it in your Delphi release.
Choose Win64 file to install the program on your Windows computer. If it doesn't works, then choose the Win32 MSIX installer.