[Gpg4win-commits] r37 - trunk/src

werner at wald.intevation.org werner at wald.intevation.org
Thu Oct 27 16:22:32 CEST 2005


Author: werner
Date: 2005-10-27 16:22:32 +0200 (Thu, 27 Oct 2005)
New Revision: 37

Added:
   trunk/src/inst-gpgee.nsi
   trunk/src/inst-winpt.nsi
   trunk/src/uninst-gpgee.nsi
   trunk/src/uninst-winpt.nsi
Log:
add missing files


Added: trunk/src/inst-gpgee.nsi
===================================================================
--- trunk/src/inst-gpgee.nsi	2005-10-26 13:28:49 UTC (rev 36)
+++ trunk/src/inst-gpgee.nsi	2005-10-27 14:22:32 UTC (rev 37)
@@ -0,0 +1,51 @@
+# inst-gpgee.nsi - Installer snippet for GPGee       -*- coding: latin-1; -*-
+# Copyright (C) 2005 g10 Code GmbH
+# 
+# This file is part of GPG4Win.
+# 
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+
+!ifdef prefix
+!undef prefix
+!endif
+!define prefix ${ipdir}/gpgee-${gpg4win_pkg_gpgee_version}
+
+
+Section "gpgee" SEC_gpgee
+  SetOutPath "$INSTDIR"
+!ifdef SOURCES
+  File "${gpg4win_pkg_gpgee_src}"
+!else
+  File ${prefix}/GPGee.dll
+  File ${prefix}/GPGee.DEU
+  File ${prefix}/GPGee.hlp
+
+  # Register the DLL.
+  Exec 'regsvr32.exe /s "$INSTDIR\GPGee.dll"'
+
+  SetOutPath "$INSTDIR\share\gpgee"
+  File ${prefix}/gpl.txt
+
+!endif
+SectionEnd
+
+
+LangString DESC_SEC_gpgee ${LANG_ENGLISH} \
+   "GPG Explorer Extensions"
+LangString DESC_SEC_gpgee ${LANG_GERMAN} \
+   "GPG Explorer Erweiterungen"
+
+

Added: trunk/src/inst-winpt.nsi
===================================================================
--- trunk/src/inst-winpt.nsi	2005-10-26 13:28:49 UTC (rev 36)
+++ trunk/src/inst-winpt.nsi	2005-10-27 14:22:32 UTC (rev 37)
@@ -0,0 +1,46 @@
+# inst-winpt.nsi - Installer snippet for WinPT       -*- coding: latin-1; -*-
+# Copyright (C) 2005 g10 Code GmbH
+# 
+# This file is part of GPG4Win.
+# 
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+
+!ifdef prefix
+!undef prefix
+!endif
+!define prefix ${ipdir}/winpt-${gpg4win_pkg_winpt_version}
+
+
+Section "winpt" SEC_winpt
+  SetOutPath "$INSTDIR"
+!ifdef SOURCES
+  File "${gpg4win_pkg_winpt_src}"
+!else
+  File ${prefix}/WinPT.exe
+  File ${prefix}/PTD.dll
+
+  SetOutPath "$INSTDIR\share\winpt"
+  File ${prefix}/keyserver.conf
+  File ${prefix}/NEWS-0.10.txt
+  File ${prefix}/README-0.10.txt
+!endif
+SectionEnd
+
+
+LangString DESC_SEC_winpt ${LANG_ENGLISH} \
+   "Windows Privacy Tray"
+LangString DESC_SEC_winpt ${LANG_GERMAN} \
+   "Windows Privacy Tray"

Added: trunk/src/uninst-gpgee.nsi
===================================================================
--- trunk/src/uninst-gpgee.nsi	2005-10-26 13:28:49 UTC (rev 36)
+++ trunk/src/uninst-gpgee.nsi	2005-10-27 14:22:32 UTC (rev 37)
@@ -0,0 +1,45 @@
+# uninst-gpgee.nsi - Installer snippet for GPGee.     -*- coding: latin-1; -*-
+# Copyright (C) 2005 g10 Code GmbH
+# 
+# This file is part of GPG4Win.
+# 
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+
+!ifdef prefix
+!undef prefix
+!endif
+!define prefix ${ipdir}/gpgee-${gpg4win_pkg_gpgee_version}
+
+
+; Uninstaller section.
+Section "-un.gpgee"
+!ifdef SOURCES
+  Push "${gpg4win_pkg_gpgee}"
+  Call un.SourceDelete
+!else
+  # Unregister the DLL
+  Exec 'regsvr32.exe /s /u "$INSTDIR\GPGee.dll"'
+
+  Delete "$INSTDIR\GPGee.dll"
+  Delete "$INSTDIR\GPGee.DEU"
+  Delete "$INSTDIR\GPGee.hlp"
+
+  Delete "$INSTDIR\share\gpgee\gpl.txt"
+  RMDir "$INSTDIR\share\gpgee"
+  RMDir "$INSTDIR\share"
+  RMDir "$INSTDIR"
+!endif
+SectionEnd

Added: trunk/src/uninst-winpt.nsi
===================================================================
--- trunk/src/uninst-winpt.nsi	2005-10-26 13:28:49 UTC (rev 36)
+++ trunk/src/uninst-winpt.nsi	2005-10-27 14:22:32 UTC (rev 37)
@@ -0,0 +1,43 @@
+# uninst-winpt.nsi - Installer snippet for winpt.     -*- coding: latin-1; -*-
+# Copyright (C) 2005 g10 Code GmbH
+# 
+# This file is part of GPG4Win.
+# 
+# GPG4Win is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# GPG4Win is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+
+!ifdef prefix
+!undef prefix
+!endif
+!define prefix ${ipdir}/winpt-${gpg4win_pkg_winpt_version}
+
+
+; Uninstaller section.
+Section "-un.winpt"
+!ifdef SOURCES
+  Push "${gpg4win_pkg_winpt}"
+  Call un.SourceDelete
+!else
+  Delete "$INSTDIR\WinPT.exe"
+  Delete "$INSTDIR\PTD.dll"
+
+  Delete "$INSTDIR\share\winpt\keyserver.conf"
+  Delete "$INSTDIR\share\winpt\NEWS-0.10.txt"
+  Delete "$INSTDIR\share\winpt\README-0.10.txt"
+  RMDir "$INSTDIR\share\winpt"
+  RMDir "$INSTDIR\share"
+  RMDir "$INSTDIR"
+!endif
+SectionEnd



More information about the Gpg4win-commits mailing list