From: Uwe Stöhr Date: Fri, 30 Mar 2007 01:22:25 +0000 (+0000) Subject: LyXWinInstaller: minor update again X-Git-Tag: 1.6.10~10417 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fc456c3549a29c7d5151d19ab881f83558ea053f;p=lyx.git LyXWinInstaller: minor update again git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17643 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi b/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi index 0f31123354..7f3fd9e0b1 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi +++ b/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi @@ -1,4 +1,4 @@ -; Lyx for Windows, NSIS v2 series installer script +; Lyx for Windows, NSIS v2 series installer script ; File LyXWinInstaller.nsi ; 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 ; 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 ; http://www.lyx.org/about/credits.php @@ -42,8 +42,8 @@ CRCCheck force BrandingText "LyXWinInstaller v3.10 - Complete" !define INSTALLER_VERSION "Complete" -!define INSTALLER_EXE "LyXWin150beta1Complete-3-10.exe" -!define INSTALLER2_EXE "LyXWin150beta1Small-3-10.exe" ; to check later if this installer version is running at the same time +!define INSTALLER_EXE "LyXWin150svnComplete-3-10.exe" +!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" ; Replaced by HKLM or HKCU depending on SetShellVarContext. diff --git a/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi b/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi index a3a83561d9..ceeb9f1e43 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi +++ b/development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi @@ -6,7 +6,7 @@ ; Licence details can be found in the file COPYING or copy at ; 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 ; http://www.lyx.org/about/credits.php @@ -42,8 +42,8 @@ CRCCheck force BrandingText "LyXWinInstaller v3.10 - Small" !define INSTALLER_VERSION "Small" -!define INSTALLER_EXE "LyXWin150beta1Small-3-10.exe" -!define INSTALLER2_EXE "LyXWin150beta1Complete-3-10.exe" ; to check later if this installer version is running at the same time +!define INSTALLER_EXE "LyXWin150svnSmall-3-10.exe" +!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" ; Replaced by HKLM or HKCU depending on SetShellVarContext.