Encryption Wizard bundling repo for windows that includes a launch4j exe launcher, JRE, and installer
- Windows installer (Inno Setup) with per-user and system-wide installation options
- Portable ZIP archive with bundled JRE
- Launch4j-generated EXE with embedded JAR
- Desktop shortcut creation utilities for easy access
- File type associations for
.wza,.wzd, and.wzkfiles
The bundle includes three utilities to create a desktop shortcut that uses the bundled JRE to launch Encryption Wizard:
Create_Desktop_Shortcut.bat- Batch file (recommended for most users)Create_Desktop_Shortcut.ps1- PowerShell scriptCreate_Desktop_Shortcut.vbs- VBScript
Simply double-click any of these files to create a shortcut on your desktop. See SHORTCUT_CREATION_README.md for detailed instructions.
The CI/CD workflows automatically:
- Download and configure a minimal JRE using jlink
- Build the EXE with Launch4j (embeds the JAR)
- Create the installer with Inno Setup
- Package a portable ZIP archive with all necessary files