]> git.lyx.org Git - lyx.git/commitdiff
LyXWinInstaller: minor update again
authorUwe Stöhr <uwestoehr@web.de>
Fri, 30 Mar 2007 01:22:25 +0000 (01:22 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 30 Mar 2007 01:22:25 +0000 (01:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17643 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Complete.nsi
development/Win32/packaging/installer/LyXWinInstaller/LyX-Installer-Small.nsi

index 0f31123354c14c8a172af0dadaa98018d4f38db4..7f3fd9e0b127c8448de35297628f73fac95201dd 100644 (file)
@@ -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.
index a3a83561d9aabdca736a5bd100a8b5b4f225fb73..ceeb9f1e431e166b493e094eec17bd4bc9de9aa7 100644 (file)
@@ -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.