Releases: micilini/InstallBunker
Releases · micilini/InstallBunker
InstallBunker v1.0.0 — Windows x64
🎉 InstallBunker v1.0.0 — Initial Release
The first public release of InstallBunker — a self-contained Windows installer builder that lets you package and distribute your desktop apps as professional Setup and Uninstaller executables, with no external tools required.
📦 Download
| File | Platform | Architecture |
|---|---|---|
Setup-InstallBunker-1.0.0-x64.zip |
Windows 10/11 | x64 |
🚀 How to Run
- Download and extract
Setup-InstallBunker-1.0.0-x64.zip - Open the extracted folder and run
InstallBunker.exe - Follow the wizard installation process and run
⚠️ Note: Make sure theModules/folder is present alongsideInstallBunker.exe. It contains the embedded .NET toolchain (dotnet.exe) that powers the compiler. Without it, the Build feature will not work.
✨ What's New
- 🧙 Step-by-step wizard UI for configuring your installer package
- 📦 Generates a branded Setup executable and a matching Uninstaller
- 🔧 Self-contained embedded .NET toolchain — no SDK required on the build machine
- 👤 Per-User and Per-Machine install scope support
- 🖥️ Desktop and Start Menu shortcut creation
- 📄 License agreement page support
- 🎨 Full branding customization (window title, sidebar, welcome message)
- 💾 Save and reload installer configurations as
.ibprojproject files - 🩺 Optional diagnostics file generation for build troubleshooting