Skip to content

How to build the installer

ammojamo edited this page Feb 15, 2011 · 2 revisions

Install NSIS

  1. Download from http://nsis.sourceforge.net/Main_Page
  2. Install
  3. Ensure that this line in build.xml reflects your NSIS install location:
<property name="nsis.dir" value="C:/Program Files/NSIS"/>

Get Java Installer

  1. Download Java Installer to installer/thirdparty

Update version

Update versions in installer/nsis/install.nsi and src/au/com/jwatmuff/eventmanager/Main.java.

See this commit for an example: https://github.com/ammojamo/Judo-Event-Manager/commit/7644c0aff4de64366fdd15e757e41a3b10649f27

Build Installer using Netbeans

  1. Open EventManager project
  2. Go to 'Files' tab in the left hand panel
  3. Right click build.xml > Run Target > build-installer
  4. Installer will be created in installer/nsis/

Clone this wiki locally