1 repository
Tools that transform human-readable script files into standalone executable installers for Windows applications.
Distinct from Windows Installers: Distinct from Windows Installers: focuses on the script-to-executable compilation process, not just generating installer packages.
Explore 1 awesome GitHub repository matching devops & infrastructure · Script Compilers. Refine with filters or upvote what's useful.
Inno Setup is an open-source script-driven installer generator for Windows. It transforms a plain-text script—written in a Pascal-derived scripting language—into a standalone executable that handles file installation, registry configuration, shortcut creation, and uninstall logic. The resulting installer is a self-extracting executable that compresses all payload files using LZMA compression, producing a compact and self-contained setup package. The tool distinguishes itself with a fully programmable Pascal-based scripting language, allowing developers to write custom logic, design custom wiz
Transforms a human-readable script file into a standalone executable installer for Windows applications.