]> git.lyx.org Git - features.git/commitdiff
Wininstaller, remove the option to run LyX from the finish page
authorEugene Chornyi <yu_jin@lyx.org>
Sun, 12 Jul 2020 16:54:56 +0000 (18:54 +0200)
committerEugene Chornyi <yu_jin@lyx.org>
Sun, 12 Jul 2020 17:00:44 +0000 (19:00 +0200)
development/Win32/packaging/installer/include/gui.nsh
development/Win32/packaging/installer/setup/configure.nsh
status.23x

index 3f7e716abbabe840afd813e232c53b706a3831ee..0e744636a501653f27165e5b2111a6dcfa6df9fd 100644 (file)
@@ -65,10 +65,10 @@ Page custom LatexFolder LatexFolder_LeaveFunction
 # !define MUI_FINISHPAGE_RUN_TEXT "$(FinishPageRun)"
 # !define MUI_FINISHPAGE_RUN "$INSTDIR\${APP_RUN}"
 
-!define MUI_FINISHPAGE_SHOWREADME
-!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
-!define MUI_FINISHPAGE_SHOWREADME_FUNCTION StartLyX
-!define MUI_FINISHPAGE_SHOWREADME_TEXT $(FinishPageRun)
+#!define MUI_FINISHPAGE_SHOWREADME
+#!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
+#!define MUI_FINISHPAGE_SHOWREADME_FUNCTION StartLyX
+#!define MUI_FINISHPAGE_SHOWREADME_TEXT $(FinishPageRun)
 !define MUI_FINISHPAGE_LINK $(TEXT_FINISH_WEBSITE)
 !define MUI_FINISHPAGE_LINK_LOCATION "https://www.lyx.org/"
 #!define MUI_PAGE_CUSTOMFUNCTION_SHOW CheckDesktopShortcut
index 40722d593e580ea82eaf910ceeb9d92139512673..af98c038fc0498aa08a339f1569679c75b91b1f3 100644 (file)
@@ -250,11 +250,11 @@ SectionEnd
 #--------------------------------
 #
 
-Function StartLyX
+#Function StartLyX
 
   # run LyX in a command line window to give the users feedback about
   # the time consuming LaTeX package installation
   
-  Exec "$INSTDIR\${APP_RUN}"
+#  Exec "$INSTDIR\${APP_RUN}"
 
-FunctionEnd
+#FunctionEnd
index cb41997c5e6d3944e8af00ab378f207bdd5f4313..46c3f64fb7aece4f7cc1e46daaba80d7eca30602 100644 (file)
@@ -38,6 +38,10 @@ What's new
 
 * BUILD/INSTALLATION
 
+- Wininstaller, temporary remove the option to run LyX from the finish page
+  due to upcoming fix of the issue where after installing LyX as admin, this option
+  would execute LyX as admin too.
+
 
 
 ** Bug fixes: