mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
installer:
- fix an uninstall issue - fix a typo - update settings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40538 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cdb56cafb3
commit
9473a7e6f8
@ -12,7 +12,7 @@ These typically need to be modified for each LyX release
|
||||
!define APP_VERSION_MAJOR 2
|
||||
!define APP_VERSION_MINOR 0
|
||||
!define APP_VERSION_REVISION 2
|
||||
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
|
||||
!define APP_VERSION_BUILD 3 # Start with 1 for the installer releases of each version
|
||||
|
||||
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}" # Version to display
|
||||
|
||||
@ -50,7 +50,7 @@ These typically need to be modified for each LyX release
|
||||
|
||||
!define JabRefVersion "2.7"
|
||||
!define MiKTeXDeliveredVersion "2.9"
|
||||
!define ImageMagickVersion "6.7.3"
|
||||
!define ImageMagickVersion "6.7.4"
|
||||
|
||||
# definitions for the Complete installer
|
||||
!if ${SETUPTYPE} == BUNDLE
|
||||
|
@ -242,7 +242,7 @@ Function StartLyX
|
||||
# the time consuming LaTeX package installation
|
||||
|
||||
#Exec 'cmd /K " "$INSTDIR\bin\lyx.exe""'
|
||||
Exec "$INSTDIR\${AppRun}"
|
||||
Exec "$INSTDIR\${APP_RUN}"
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
@ -71,7 +71,7 @@ Section "un.LyX" un.SecUnProgramFiles
|
||||
|
||||
# Application folder
|
||||
SetOutPath "$TEMP"
|
||||
RMDir "$INSTDIR"
|
||||
RMDir /r "$INSTDIR"
|
||||
|
||||
# Registry keys
|
||||
DeleteRegKey SHCTX "${APP_REGKEY_SETUP}"
|
||||
|
Loading…
Reference in New Issue
Block a user