Windows Setup Shell
A neutral Windows installer kit with a custom Inno Setup UI —
built for Electron and desktop apps that need a modern Setup.exe without locked-in branding.
Also available in Russian — see the GitHub README.
What you get
- Custom split-panel installer UI (RU/EN)
- Config-driven product identity (
config.ps1) - PowerShell one-command build
- Optional Authenticode signing hooks
- MIT license — fork and brand later
Install in five commands
git clone https://github.com/MrUmid2oo4/windows-setup-shell.git cd windows-setup-shell notepad config.ps1 powershell -ExecutionPolicy Bypass -File .\scripts\make-icon.ps1 powershell -ExecutionPolicy Bypass -File .\scripts\build.ps1
FAQ
Is this for Electron?
Yes — drop your win-unpacked build into examples/win-unpacked. Any portable Windows app works too.
Inno Setup or NSIS?
Inno Setup with custom chrome. Stock wizard pages are hidden.