Skip to content

Releases: micilini/InstallBunker

InstallBunker v1.0.0 — Windows x64

05 Mar 20:39
88f0033

Choose a tag to compare

🎉 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

  1. Download and extract Setup-InstallBunker-1.0.0-x64.zip
  2. Open the extracted folder and run InstallBunker.exe
  3. Follow the wizard installation process and run

⚠️ Note: Make sure the Modules/ folder is present alongside InstallBunker.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 .ibproj project files
  • 🩺 Optional diagnostics file generation for build troubleshooting

EmbdeddedToolChain (Folder)

05 Mar 20:50
88f0033

Choose a tag to compare

Inside InstallBunker.Builder.UI > BuilderResources, create a folder called EmbeddedToolchain and extract all fies inside this zip in that location. This files represents dotnet.exe files.