I do this, though using using IZPack rather than NSIS. 1) I use karaf-maven-plugin/features-add-to-repository to create a custom repo. 2) I ship my own version of the service wrapper.exe (so I don;t need to run warpper:install) 3) The installer unzips karaf & the repository & then runs a karaf script to add repos, install features etc.
Paul On 21 November 2017 at 16:51, smunro <[email protected]> wrote: > I want to create a custom distro, but with the following requirements: > > 1. It needs to be runnable as a windows installer (so I need the wrapper). > 2. I need all required files to that it can be run offline after being > installed on the customers machine. > > > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html >
