winpkg

Package builder for Windows

The aim of the project is to provide a command line tool to easily build software installation packages for Windows.

It can be used to create packages for software distribution or as a utility to manage ad hoc application installations.

The project is built using C++ and is designed to be portable, compact and fast.

You can download the latest release here.

Usage

The stand-alone executable winpkg.exe can be used from the desktop or the command line.

Provide the application source folder as a parameter and winpkg will build a stand-alone executable installer package.

Add your own setup.bat to your application source folder to customize the application installer.

From the desktop

Drag and drop your application folder onto the winpkg executable.

From the command line

Provide the application folder path as an argument to winpkg:

winpkg c:\install\foobar

Documentation

To view help on the command line, run winpkg without arguments.

Use the -y switch with installer packages for silent installation.

View the CHANGELOG file here.

Examples

Build

winpkg foobar

Build and install

winpkg foobar && foobar

Build and silent install

winpkg foobar && foobar -y

Contact

GitHub

Email