[gcompris] Added an uninstall icon.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [gcompris] Added an uninstall icon.
- Date: Sat, 25 Jul 2009 23:51:30 +0000 (UTC)
commit cd80ce3bef4498827febf43821a166010ee9df4a
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sat Jul 25 17:55:44 2009 +0200
Added an uninstall icon.
Added missing file at uninstall time.
gcompris-install.ico | Bin 0 -> 9662 bytes
gcompris-installer.nsi.in | 27 +++++++++++++++------------
2 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/gcompris-install.ico b/gcompris-install.ico
new file mode 100644
index 0000000..056c72f
Binary files /dev/null and b/gcompris-install.ico differ
diff --git a/gcompris-installer.nsi.in b/gcompris-installer.nsi.in
index 93846b1..770b327 100644
--- a/gcompris-installer.nsi.in
+++ b/gcompris-installer.nsi.in
@@ -50,17 +50,12 @@ SetDateSave on
;--------------------------------
;Modern UI Configuration
- !define MUI_ICON ".\gcompris.ico"
+ !define MUI_ICON ".\gcompris-install.ico"
!define MUI_UNICON ".\gcompris-uninstal.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP ".\nsis\gcompris-intro.bmp"
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP ".\nsis\gcompris-header.bmp"
- ; Alter License section
- !define MUI_LICENSEPAGE_BUTTON "$(^NextBtn)"
- !define MUI_LICENSEPAGE_TEXT_BOTTOM "$(^LicenseText)"
-
- !define MUI_COMPONENTSPAGE_SMALLDESC
!define MUI_ABORTWARNING
;Finish Page config
@@ -375,6 +370,20 @@ Section Uninstall
Delete "$INSTDIR\zlib.pyd"
Delete "$INSTDIR\zlib1.dll"
Delete "$INSTDIR\README.mingw"
+ Delete "$INSTDIR\bzip2.dll"
+ Delete "$INSTDIR\config.h.mingw"
+ Delete "$INSTDIR\libcroco-0.6-3.dll"
+ Delete "$INSTDIR\libexpat.dll"
+ Delete "$INSTDIR\libgio-2.0-0.dll"
+ Delete "$INSTDIR\libgsf-1-114.dll"
+ Delete "$INSTDIR\libgsf-gnome-1-114.dll"
+ Delete "$INSTDIR\libgsf-win32-1-114.dll"
+ Delete "$INSTDIR\libogg-0.dll"
+ Delete "$INSTDIR\libpng12-0.dll"
+ Delete "$INSTDIR\librsvg-2-2.dll"
+ Delete "$INSTDIR\libvorbis-0.dll"
+ Delete "$INSTDIR\libvorbisfile-3.dll"
+ Delete "$INSTDIR\pthreadGC2.dll"
;Try to remove Gcompris install dir .. if empty
RMDir "$INSTDIR"
@@ -401,12 +410,6 @@ Section Uninstall
done:
SectionEnd ; end of uninstall section
-;--------------------------------
-;Descriptions
-!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
- !insertmacro MUI_DESCRIPTION_TEXT ${SecGcompris} \
- "Core GCompris files and dlls"
-!insertmacro MUI_FUNCTION_DESCRIPTION_END
;--------------------------------
;Functions
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]