]> git.lyx.org Git - features.git/commitdiff
installer:
authorUwe Stöhr <uwestoehr@web.de>
Wed, 21 Dec 2011 22:09:24 +0000 (22:09 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 21 Dec 2011 22:09:24 +0000 (22:09 +0000)
- 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

development/Win32/packaging/installer/settings.nsh
development/Win32/packaging/installer/setup/configure.nsh
development/Win32/packaging/installer/setup/uninstall.nsh

index 686cf27913ea06c63a563e9cf7a8ec7831540bb9..e0367e93157147a991cc8acc132e37c169819650 100644 (file)
@@ -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
index 8513dc4798da53da4fed6183d3b32fc574b41e62..e1e3658f7302eac60943f5b2ae55990e8b18b983 100644 (file)
@@ -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
 
index 7553c3151c20fac1299f57d0715fda4d9baae3c3..763e65ae9fa3aae764e215ce22c12f79d032ec89 100644 (file)
@@ -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}"