LyXWinInstaller: minor update again

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17643 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-03-30 01:22:25 +00:00
parent 1b8c157e54
commit fc456c3549
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
; Lyx for Windows, NSIS v2 series installer script ; Lyx for Windows, NSIS v2 series installer script
; File LyXWinInstaller.nsi ; File LyXWinInstaller.nsi
; This file is part of LyX, the document processor. ; This file is part of LyX, the document processor.
@ -6,7 +6,7 @@
; Licence details can be found in the file COPYING or copy at ; Licence details can be found in the file COPYING or copy at
; http://www.lyx.org/about/license.php3 ; http://www.lyx.org/about/license.php3
; Author Uwe Stöhr based on the work of Angus Leeming and Joost Verburg ; Author Uwe Stöhr based on the work of Angus Leeming and Joost Verburg
; Full author contact details are available in file CREDITS or copy at ; Full author contact details are available in file CREDITS or copy at
; http://www.lyx.org/about/credits.php ; http://www.lyx.org/about/credits.php
@ -42,8 +42,8 @@ CRCCheck force
BrandingText "LyXWinInstaller v3.10 - Complete" BrandingText "LyXWinInstaller v3.10 - Complete"
!define INSTALLER_VERSION "Complete" !define INSTALLER_VERSION "Complete"
!define INSTALLER_EXE "LyXWin150beta1Complete-3-10.exe" !define INSTALLER_EXE "LyXWin150svnComplete-3-10.exe"
!define INSTALLER2_EXE "LyXWin150beta1Small-3-10.exe" ; to check later if this installer version is running at the same time !define INSTALLER2_EXE "LyXWin150svnSmall-3-10.exe" ; to check later if this installer version is running at the same time
!define VERSION_BITMAP "${PRODUCT_DIR}\icons\lyx_logo_vert${PRODUCT_VERSION_SHORT}.bmp" !define VERSION_BITMAP "${PRODUCT_DIR}\icons\lyx_logo_vert${PRODUCT_VERSION_SHORT}.bmp"
; Replaced by HKLM or HKCU depending on SetShellVarContext. ; Replaced by HKLM or HKCU depending on SetShellVarContext.

View File

@ -6,7 +6,7 @@
; Licence details can be found in the file COPYING or copy at ; Licence details can be found in the file COPYING or copy at
; http://www.lyx.org/about/license.php3 ; http://www.lyx.org/about/license.php3
; Author Uwe Stöhr based on the work of Angus Leeming and Joost Verburg ; Author Uwe Stöhr based on the work of Angus Leeming and Joost Verburg
; Full author contact details are available in file CREDITS or copy at ; Full author contact details are available in file CREDITS or copy at
; http://www.lyx.org/about/credits.php ; http://www.lyx.org/about/credits.php
@ -42,8 +42,8 @@ CRCCheck force
BrandingText "LyXWinInstaller v3.10 - Small" BrandingText "LyXWinInstaller v3.10 - Small"
!define INSTALLER_VERSION "Small" !define INSTALLER_VERSION "Small"
!define INSTALLER_EXE "LyXWin150beta1Small-3-10.exe" !define INSTALLER_EXE "LyXWin150svnSmall-3-10.exe"
!define INSTALLER2_EXE "LyXWin150beta1Complete-3-10.exe" ; to check later if this installer version is running at the same time !define INSTALLER2_EXE "LyXWin150svnComplete-3-10.exe" ; to check later if this installer version is running at the same time
!define VERSION_BITMAP "${PRODUCT_DIR}\icons\lyx_logo_vert${PRODUCT_VERSION_SHORT}.bmp" !define VERSION_BITMAP "${PRODUCT_DIR}\icons\lyx_logo_vert${PRODUCT_VERSION_SHORT}.bmp"
; Replaced by HKLM or HKCU depending on SetShellVarContext. ; Replaced by HKLM or HKCU depending on SetShellVarContext.