Creation of installer

Is it possible to create an installer (.exe) from a distribution of Nuxeo to which I added my bundles?

0 votes

1 answers

1231 views

ANSWER



Look at the NSIS (Nullsoft Scriptable Install System) code we use to generate the Windows installer.

Or you could give a look at the IzPack installer which is building a multi-os installer and has a script for generating an EXE installer. Note however that IzPack code is out-of-date.

0 votes