Misc. changes to installer including:
authorThomas Berezansky <tsbere@mvlc.org>
Sun, 13 Mar 2011 14:55:10 +0000 (10:55 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Mon, 14 Mar 2011 14:28:29 +0000 (10:28 -0400)
commit712640e62845e608f6666780442e0ce878057711
tree174c16bf471ff9b2254a74900f10f1c6571c1e0e
parent473792fbe657338760826a3b40cafbaf8b3c6dbe
Misc. changes to installer including:

1 - Fix profile manager links
2 - Add tag at top (currently "Trunk") for easy changing
3 - Add optional extras.nsi for easy additions of extra install/uninstall lines
4 - Run uninstaller if installing to a directory with one (old style OR new style)
5 - Allow license override and only show license page if one defined
    Ex. With NSIS_EXTRAOPTS set to "-DPRODUCT_LICENSE=some/path"
    Or to disable use "-DPRODUCT_LICENSE"
6 - Similar to devbuild, allow for registration per-machine by default
    This includes needing to not wipe out the folder this is stored in
7 - Make "Everyone" able to write to the install folder when:
    Autoupdate is an option
    Per-machine registration is an option
8 - Make silent uninstall function

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/xul/staff_client/Makefile.am
Open-ILS/xul/staff_client/external/aa_per_machine.js [new file with mode: 0644]
Open-ILS/xul/staff_client/external/make_updates.sh
Open-ILS/xul/staff_client/extras.example.nsi [new file with mode: 0644]
Open-ILS/xul/staff_client/windowssetup.nsi