Installer Generators

From QtCentreWiki

Jump to:navigation, search

Installer generators allow you to wrap all your program files into a single file that can be distributed easily. The generated installer also takes care of creating start menu shortcuts, installing services, setting environment variables and so on.

Open Source

Multiplatform

Windows only

  • InnoSetup — includes a Pascal engine.
  • NSIS — has extremely low overhead.

Proprietary

Multiplatform

Windows only