[Gpg4win-commits] r1618 - in trunk: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jan 19 15:52:08 CET 2011
Author: emanuel
Date: 2011-01-19 15:52:08 +0100 (Wed, 19 Jan 2011)
New Revision: 1618
Modified:
trunk/ChangeLog
trunk/src/inst-gpa.nsi
Log:
Unselected GPA by default in gpg4win full installer.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-01-18 09:13:13 UTC (rev 1617)
+++ trunk/ChangeLog 2011-01-19 14:52:08 UTC (rev 1618)
@@ -1,3 +1,8 @@
+2011-01-19 Emanuel Schuetze <emanuel at intevation.de>
+
+ * src/inst-gpa.nsi: Unselect GPA by default in gpg4win full installer.
+ (Still selected in light installer.)
+
2011-01-18 Werner Koch <wk at g10code.com>
* src/gpg4win.nsi: s/HAVE_PKG_COMPENDIUM_DE/HAVE_PKG_COMPENDIUM/.
Modified: trunk/src/inst-gpa.nsi
===================================================================
--- trunk/src/inst-gpa.nsi 2011-01-18 09:13:13 UTC (rev 1617)
+++ trunk/src/inst-gpa.nsi 2011-01-19 14:52:08 UTC (rev 1618)
@@ -24,7 +24,12 @@
!define prefix ${ipdir}/gpa-${gpg4win_pkg_gpa_version}
-${MementoSection} "GPA" SEC_gpa
+!ifndef GPG4WIN_LIGHT
+ ${MementoUnselectedSection} "GPA" SEC_gpa
+!else
+ ${MementoSection} "GPA" SEC_gpa
+!endif
+
SetOutPath "$INSTDIR"
!ifdef SOURCES
File "${gpg4win_pkg_gpa}"
More information about the Gpg4win-commits
mailing list