mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
290efe6190
- 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
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
/*
|
|
LyX 2.0 Installer for Windows
|
|
Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
|
|
Compatible with NSIS 2.46
|
|
*/
|
|
|
|
!ifndef SETUPTYPE
|
|
!define SETUPTYPE BUNDLE
|
|
!endif
|
|
|
|
!include lyx.nsi |