mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Wininstaller, remove the option to run LyX from the finish page
This commit is contained in:
parent
dc5eda84b8
commit
43ccceda39
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user