-
Notifications
You must be signed in to change notification settings - Fork 2
How to build the installer
ammojamo edited this page Feb 15, 2011
·
2 revisions
- Download from http://nsis.sourceforge.net/Main_Page
- Install
- Ensure that this line in
build.xmlreflects your NSIS install location:
<property name="nsis.dir" value="C:/Program Files/NSIS"/>- Download Java Installer to
installer/thirdparty
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
- Open EventManager project
- Go to 'Files' tab in the left hand panel
- Right click build.xml > Run Target > build-installer
- Installer will be created in
installer/nsis/