]> git.lyx.org Git - features.git/commit
installer: bugfixes, code simplification and documentation
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 11 Nov 2012 17:07:55 +0000 (18:07 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 11 Nov 2012 17:07:55 +0000 (18:07 +0100)
commit290efe6190c6c5ff6065af202acd476060c29861
tree7f55b86f934cc8239cebfac2f8d19cfe843700b1
parentea7cf4f5ebc555f36f5d306967e6d116dab82e4a
installer: bugfixes, code simplification and documentation

- dictionaries.nsh: code documentation and simplification
- lyx.nsi: comment out currently unused code
- init.nsh: some corrections and fix bug that info that JabRef and MiKTeX were installed together with LyX was deleted before the uninstaller was really run
- LaTeX.nsh: documentation and fix a bug (for an unknown reason SHCTX can be used to read and delte but not to write in the registry)
- gui.nsh: enable descriptions
- detection: move dictionary code to dictionaries
14 files changed:
development/Win32/packaging/installer/include/LaTeX.nsh
development/Win32/packaging/installer/include/detection.nsh
development/Win32/packaging/installer/include/dictionaries.nsh [new file with mode: 0644]
development/Win32/packaging/installer/include/gui.nsh
development/Win32/packaging/installer/include/init.nsh
development/Win32/packaging/installer/include/nsis.nsh
development/Win32/packaging/installer/include/thesaurus.nsh [deleted file]
development/Win32/packaging/installer/lang/english.nsh
development/Win32/packaging/installer/lang/german.nsh
development/Win32/packaging/installer/lyx-bundle.nsi
development/Win32/packaging/installer/lyx-standard.nsi
development/Win32/packaging/installer/lyx.nsi
development/Win32/packaging/installer/setup/install.nsh
development/Win32/packaging/installer/setup/uninstall.nsh