]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/installer/viking-installer.nsi
Make the Spanish version of the Windows Installer actually selectable.
[andy/viking.git] / win32 / installer / viking-installer.nsi
index b75566fc590f56dec8d82d1ba95107ff0cf4578b..13820907c056c7531542b2f1fdf5b7bb45ce0038 100644 (file)
@@ -9,6 +9,8 @@ Var name
 
 ;--------------------------------
 ;Configuration
+;Needs to be 4 numbers:  W.X.Y.Z
+!define VIKING_VERSION  "1.3.2.1"
 
 ;The name var is set in .onInit
 Name $name
@@ -111,6 +113,7 @@ VIAddVersionKey "FileDescription" "Viking Installer"
 
   !insertmacro MUI_LANGUAGE "English"
   !insertmacro MUI_LANGUAGE "French"
+  !insertmacro MUI_LANGUAGE "Spanish"
 
 ;--------------------------------
 ;Translations
@@ -333,6 +336,7 @@ Section Uninstall
     Delete "$INSTDIR\libatk-1.0-0.dll"
     Delete "$INSTDIR\libcairo-2.dll"
     Delete "$INSTDIR\libcurl.dll"
+    Delete "$INSTDIR\libexif-12.dll"
     Delete "$INSTDIR\libexpat.dll"
     Delete "$INSTDIR\libexpat-1.dll"
     Delete "$INSTDIR\libfontconfig-1.dll"