mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Win Installer: LyXLauncher does no longer exist.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39493 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a3b4a955d8
commit
06751c95ce
@ -48,7 +48,7 @@ Configuration of LyX installer
|
|||||||
!define APP_INFO "${APP_NAME} - The Document Processor"
|
!define APP_INFO "${APP_NAME} - The Document Processor"
|
||||||
!define APP_COPYRIGHT "LyX is Copyright © 1995 by Matthias Ettrich, 1995-2011 by the LyX Team"
|
!define APP_COPYRIGHT "LyX is Copyright © 1995 by Matthias Ettrich, 1995-2011 by the LyX Team"
|
||||||
|
|
||||||
!define APP_RUN "bin\LyXLauncher.exe"
|
!define APP_RUN "bin\lyx.exe"
|
||||||
|
|
||||||
!define APP_REGKEY "Software\${APP_NAME}${APP_SERIES_KEY}" # like "LyX200"
|
!define APP_REGKEY "Software\${APP_NAME}${APP_SERIES_KEY}" # like "LyX200"
|
||||||
!define APP_REGKEY_SETUP "Software\${APP_REGKEY}\Setup"
|
!define APP_REGKEY_SETUP "Software\${APP_REGKEY}\Setup"
|
||||||
|
@ -15,12 +15,6 @@ Lists of files to include in the installer
|
|||||||
|
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
!macro FileListLyXLauncher COMMAND DIRECTORY
|
|
||||||
|
|
||||||
${FILE}LyXLauncher.exe"
|
|
||||||
|
|
||||||
!macroend
|
|
||||||
|
|
||||||
!macro FileListQtBin COMMAND DIRECTORY
|
!macro FileListQtBin COMMAND DIRECTORY
|
||||||
|
|
||||||
${FILE}QtCore4.dll"
|
${FILE}QtCore4.dll"
|
||||||
|
@ -40,7 +40,7 @@ Section -InstallData
|
|||||||
|
|
||||||
WriteRegStr SHCTX ${APP_UNINST_KEY} "UninstallString" '"$INSTDIR\${SETUP_UNINSTALLER}"'
|
WriteRegStr SHCTX ${APP_UNINST_KEY} "UninstallString" '"$INSTDIR\${SETUP_UNINSTALLER}"'
|
||||||
WriteRegStr SHCTX ${APP_UNINST_KEY} "DisplayVersion" "${APP_VERSION}"
|
WriteRegStr SHCTX ${APP_UNINST_KEY} "DisplayVersion" "${APP_VERSION}"
|
||||||
WriteRegStr SHCTX ${APP_UNINST_KEY} "DisplayIcon" "$INSTDIR\bin\LyXLauncher,0"
|
WriteRegStr SHCTX ${APP_UNINST_KEY} "DisplayIcon" "$INSTDIR\bin\lyx,0"
|
||||||
WriteRegStr SHCTX ${APP_UNINST_KEY} "URLUpdateInfo" "http://www.lyx.org/"
|
WriteRegStr SHCTX ${APP_UNINST_KEY} "URLUpdateInfo" "http://www.lyx.org/"
|
||||||
WriteRegStr SHCTX ${APP_UNINST_KEY} "URLInfoAbout" "http://www.lyx.org/about/"
|
WriteRegStr SHCTX ${APP_UNINST_KEY} "URLInfoAbout" "http://www.lyx.org/about/"
|
||||||
WriteRegStr SHCTX ${APP_UNINST_KEY} "Publisher" "LyX Team"
|
WriteRegStr SHCTX ${APP_UNINST_KEY} "Publisher" "LyX Team"
|
||||||
|
@ -27,7 +27,6 @@ Section -ProgramFiles SecProgramFiles
|
|||||||
# Binaries
|
# Binaries
|
||||||
SetOutPath "$INSTDIR\bin"
|
SetOutPath "$INSTDIR\bin"
|
||||||
!insertmacro FileListLyXBin File "${FILES_LYX}\bin\"
|
!insertmacro FileListLyXBin File "${FILES_LYX}\bin\"
|
||||||
!insertmacro FileListLyXLauncher File "${FILES_LYX}\bin\"
|
|
||||||
!insertmacro FileListQtBin File "${FILES_QT}\bin\"
|
!insertmacro FileListQtBin File "${FILES_QT}\bin\"
|
||||||
!insertmacro FileListDll File "${FILES_DEPS}\bin\"
|
!insertmacro FileListDll File "${FILES_DEPS}\bin\"
|
||||||
!insertmacro FileListMSVC File "${FILES_MSVC}\"
|
!insertmacro FileListMSVC File "${FILES_MSVC}\"
|
||||||
|
Loading…
Reference in New Issue
Block a user