]> git.lyx.org Git - features.git/commitdiff
Remove MiKTeX update warning and update version etc.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 30 Aug 2018 20:06:15 +0000 (16:06 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 30 Aug 2018 20:08:11 +0000 (16:08 -0400)
development/Win32/packaging/installer/include/gui.nsh
development/Win32/packaging/installer/settings.nsh

index 898e3d0891946dfdaf905bb39622f6c2ad97c90e..7c512f53d075a3b04163c67a3ac96414347a48b7 100644 (file)
@@ -24,31 +24,6 @@ BrandingText " "
 !define MUI_WELCOMEFINISHPAGE_BITMAP "${SETUP_WIZARDIMAGE}"
 !define MUI_UNWELCOMEFINISHPAGE_BITMAP "${SETUP_WIZARDIMAGE}"
 
-Function CheckUpdateMiKTeX
-${if} $LatexInstalled != "MiKTeX"
-       #MessageBox MB_OK "No MiKTeX?"
-       Return
-${EndIf}
-${if} ${SETUPTYPE} == BUNDLE
-       Return
-${EndIf}
-
-!define MUI_PAGE_HEADER_TEXT "$(MikTeXUpdateHeader)"
-!define MUI_PAGE_HEADER_SUBTEXT "  "
-
-!include nsDialogs.nsh
-nsDialogs::Create 1018
-Pop $R0
-${If} $R0 == error
-    Abort
-${EndIf}
-
-${NSD_CreateLabel} 0 0 100% 60% "$(MiKTeXUpdateMsg)"
-Pop $R0
-nsDialogs::Show
-
-FunctionEnd
-
 #--------------------------------
 # Pages
 
@@ -60,7 +35,6 @@ FunctionEnd
 
 # Show the license.
 !insertmacro MUI_PAGE_LICENSE "${FILES_LICENSE}"
-Page custom CheckUpdateMiKTeX
 
 # Decision if it should be installed as admin or not
 !insertmacro MULTIUSER_PAGE_INSTALLMODE
index dfa02ed32db61d611ebcf718cc1449d6deffc7ac..0ba2118b5dfcbec6c8b50136ca3798bc80e80f22 100644 (file)
@@ -11,10 +11,10 @@ These typically need to be modified for each LyX release
 
 !define APP_VERSION_MAJOR 2
 !define APP_VERSION_MINOR 3
-!define APP_VERSION_REVISION 0
+!define APP_VERSION_REVISION 1
 !define APP_VERSION_EMERGENCY "" # use "1" for an emergency release of LyX otherwise ""
 !define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
-!define APP_VERSION_BUILD 005 # Start with 1 for the installer releases of each version
+!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
 
 !define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
 
@@ -54,6 +54,6 @@ These typically need to be modified for each LyX release
 
 # definitions for the Complete installer
 !if ${SETUPTYPE} == BUNDLE
- !define MiKTeXInstall "$INSTDIR\basic-miktex-2.9.6643.exe"
- !define MiKTeXInstaller "${FILES_BASE}\basic-miktex-2.9.6643.exe"
+ !define MiKTeXInstall "$INSTDIR\basic-miktex-2.9.6813-x64.exe"
+ !define MiKTeXInstaller "${FILES_BASE}\basic-miktex-2.9.6813-x64.exe"
 !endif