]> git.street.me.uk Git - andy/viking.git/blobdiff - win32/installer/viking-installer.nsi
Windows build installation steps in installer.bat script file.
[andy/viking.git] / win32 / installer / viking-installer.nsi
index 83ac6311039594cf031000a5cb48149c965c1ad1..00af9414443a0b3e89f39047b1fc1fc667be77ed 100644 (file)
@@ -121,6 +121,7 @@ VIAddVersionKey "FileDescription" "Viking Installer"
 
   !insertmacro VIKING_MACRO_INCLUDE_LANGFILE "ENGLISH"         "${VIKING_NSIS_INCLUDE_PATH}\translations\english.nsh"
   !insertmacro VIKING_MACRO_INCLUDE_LANGFILE "FRENCH"          "${VIKING_NSIS_INCLUDE_PATH}\translations\french.nsh"
+  !insertmacro VIKING_MACRO_INCLUDE_LANGFILE "SPANISH"         "${VIKING_NSIS_INCLUDE_PATH}\translations\spanish.nsh"
 
 ;--------------------------------
 ;Reserve Files
@@ -332,6 +333,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"