lyx_mirror/development/Win32/packaging/installer/settings.user.nsh
Joost Verburg b61b9cc6a4 LyX 1.5 Windows installer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15734 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-04 14:28:11 +00:00

16 lines
329 B
Plaintext

;LyX Windows Installer
;User Settings
;Location of LyX files and dependencies
!define FILES_LYX "..\..\..\..\build-msvc"
!define FILES_DEPS "..\..\..\..\lyx-windows-deps-msvc-qt4"
;Location of Windows installation
!define FILES_WINDOWS "C:\WINDOWS"
;Location of Python 2.5
!define FILES_PYTHON "C:\Python25"