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.

View on GitHub Architecture Quick start
Windows Setup Shell — installation options screen
Installing progress screen Finished launch screen

Also available in Russian — see the GitHub README.

What you get

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.