Windows - Installer

Windows 95 Wallpaper Version

About

installer on Windows.

There is two kind of installer:

  • manually downloaded and run (ie executable)
  • or installer manager (sort of package manager but for installation)

Type

Installer Executable

An installer executable is a single executable that the user needs to start in order to install your application.

You can create your own installer manually with your own code but they are created generally via framework

Name Type Target OS File Format Comment
Nsis Installer Windows Scriptable, building possible under Linux natively
InnoSetup Installer Windows Scriptable with Pascal, building not possible under Linux without extra-tools
Wix (Windows Installer XML Toolset) Installer Windows MSI File Declarative, not scriptable

Launch4j permits to create an executable and check for the presence of a jvm (Example Maven)

Installer Manager





Discover More
Card Puncher Data Processing
Code Shipping - Installer

installer are software that will install your application into a target system. It will perform installation tasks of your application such as: asking for a installation directory unzipping your...
Card Puncher Data Processing
Datacadamia - Data all the things

Computer science from a data perspective



Share this page:
Follow us:
Task Runner