2 JabRef Installer Documentation
3 ------------------------------
5 How to build the installer:
7 * Create a build.properties file in root-directory and set the
8 nsis.executable variable to point to makensis.exe
9 * Run the win.installer.build target from the ant-file in root-directory.
14 * Should contain everything that is supposed to be shipped to the user.
15 * launcher.nsi - Will create the exe-wrapper.
16 * setup.nsi - Will create the installer.
17 * fileassoc.nsh - Helper script to set file-associations
19 Requirements + Current Status
22 * Pass arguments to JabRef [done]
23 * JabRef-Ico 16x16, 32x32, 48x48 [done]
27 * Add file association for .bib (if desired) [done]
28 * Install into custom start-menu location (if desired) [done]
29 * Can only run as administrator [done, Uwe]
30 * Install onto desktop (if desired)
31 * Install onto quicklaunch (if desired)
35 * Allow to keep configuration
42 Uwe Stöhr rewrote the installer and fixed a lot of issues with the old one.