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.