aboutsummaryrefslogtreecommitdiff
path: root/nsis
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-14 09:27:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-14 09:27:23 +0000
commitcb0926e2341535e26dc3977ee4a7b63d7fb3519c (patch)
treef2d829c465c7a4a76079b3d3a0ed22eb12047e46 /nsis
parent3a7b71d4cbdb3a56fa2037255fac2fb497c4e7b8 (diff)
updated NSIS scripts.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3447 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'nsis')
-rw-r--r--nsis/sylpheed-defs.nsh4
-rw-r--r--nsis/sylpheed.nsi27
2 files changed, 20 insertions, 11 deletions
diff --git a/nsis/sylpheed-defs.nsh b/nsis/sylpheed-defs.nsh
index 891b3314..f4393f7e 100644
--- a/nsis/sylpheed-defs.nsh
+++ b/nsis/sylpheed-defs.nsh
@@ -1,7 +1,7 @@
;!define SYLPHEED_PRO
!define PRODUCT_NAME "Sylpheed"
-!define PRODUCT_VERSION "3.4"
+!define PRODUCT_VERSION "3.5beta2"
!ifdef SYLPHEED_PRO
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan"
@@ -19,7 +19,7 @@
!ifdef SYLPHEED_PRO
!define INST_NAME "Sylpheed Pro"
-!define INST_VERSION "2.2.2"
+!define INST_VERSION "2.2.3"
!define INST_FILENAME "Sylpheed_Pro"
!else
!define INST_NAME ${PRODUCT_NAME}
diff --git a/nsis/sylpheed.nsi b/nsis/sylpheed.nsi
index 3689204e..a66db5f2 100644
--- a/nsis/sylpheed.nsi
+++ b/nsis/sylpheed.nsi
@@ -251,9 +251,6 @@ Section "!un.Sylpheed" sec_un_sylpheed
Delete "$SMPROGRAMS\${PRODUCT_NAME}\$(uninstall_lnk).lnk"
SetShellVarContext current
- Delete "$INSTDIR\plugin-updater.exe"
- Delete "$INSTDIR\update-manager.exe"
-
Delete "$INSTDIR\curl.exe"
Delete "$INSTDIR\gpgme-w32spawn.exe"
Delete "$INSTDIR\gspawn-win32-helper-console.exe"
@@ -261,12 +258,16 @@ Section "!un.Sylpheed" sec_un_sylpheed
Delete "$INSTDIR\iconv.dll"
Delete "$INSTDIR\intl.dll"
Delete "$INSTDIR\jpeg62.dll"
+ Delete "$INSTDIR\libasprintf-0.dll"
+ Delete "$INSTDIR\libassuan-0.dll"
Delete "$INSTDIR\libatk-1.0-0.dll"
Delete "$INSTDIR\libcairo-2.dll"
Delete "$INSTDIR\libcompface.dll"
Delete "$INSTDIR\libeay32.dll"
+ Delete "$INSTDIR\libffi-6.dll"
Delete "$INSTDIR\libgdk-win32-2.0-0.dll"
Delete "$INSTDIR\libgdk_pixbuf-2.0-0.dll"
+ Delete "$INSTDIR\libgio-2.0-0.dll"
Delete "$INSTDIR\libglib-2.0-0.dll"
Delete "$INSTDIR\libgmodule-2.0-0.dll"
Delete "$INSTDIR\libgobject-2.0-0.dll"
@@ -278,29 +279,37 @@ Section "!un.Sylpheed" sec_un_sylpheed
Delete "$INSTDIR\libpango-1.0-0.dll"
Delete "$INSTDIR\libpangocairo-1.0-0.dll"
Delete "$INSTDIR\libpangowin32-1.0-0.dll"
- Delete "$INSTDIR\libpng13.dll"
+ Delete "$INSTDIR\libpng14-14.dll"
Delete "$INSTDIR\libsylph-0-1.dll"
Delete "$INSTDIR\libsylpheed-plugin-0-1.dll"
- Delete "$INSTDIR\libtiff3.dll"
+ Delete "$INSTDIR\libtiff-3.dll"
+ Delete "$INSTDIR\ssleay32.dll"
+ Delete "$INSTDIR\sylpheed.exe"
+ Delete "$INSTDIR\wabread.exe"
+ Delete "$INSTDIR\zlib1.dll"
+
Delete "$INSTDIR\README-win32-es.txt"
Delete "$INSTDIR\README-win32-ja.txt"
Delete "$INSTDIR\README-win32.txt"
Delete "$INSTDIR\README.txt"
+
Delete "$INSTDIR\sample-sylpheed.ini"
- Delete "$INSTDIR\ssleay32.dll"
+
Delete "$INSTDIR\sylpheed-128x128.png"
Delete "$INSTDIR\sylpheed-64x64.png"
Delete "$INSTDIR\sylpheed-mailto-protocol_admin.reg"
Delete "$INSTDIR\sylpheed-mailto-protocol_user.reg"
- Delete "$INSTDIR\sylpheed.exe"
Delete "$INSTDIR\sylpheed.png"
Delete "$INSTDIR\${PRODUCT_NAME}.url"
+
+ Delete "$INSTDIR\plugin-updater.exe"
+ Delete "$INSTDIR\update-manager.exe"
Delete "$INSTDIR\uninst.exe"
- Delete "$INSTDIR\wabread.exe"
- Delete "$INSTDIR\zlib1.dll"
+
RMDir /r "$INSTDIR\doc"
RMDir /r "$INSTDIR\etc"
RMDir /r "$INSTDIR\lib"
+ RMDir /r "$INSTDIR\share\locale"
RMDir /r "$INSTDIR\share\themes"
RMDir "$INSTDIR\share"
SectionEnd