[Gpg4win-commits] r1107 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 19 15:05:47 CET 2009


Author: marcus
Date: 2009-02-19 15:05:45 +0100 (Thu, 19 Feb 2009)
New Revision: 1107

Modified:
   trunk/ChangeLog
   trunk/src/inst-sections.nsi
Log:
2009-02-19  Marcus Brinkmann  <marcus at g10code.de>

	* src/inst-sections.nsi: Set OUTDIR (and thus working directory
	for shortcuts) to %HOMEDRIVE%%HOMEPATH%.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-02-18 12:42:48 UTC (rev 1106)
+++ trunk/ChangeLog	2009-02-19 14:05:45 UTC (rev 1107)
@@ -1,3 +1,8 @@
+2009-02-19  Marcus Brinkmann  <marcus at g10code.de>
+
+	* src/inst-sections.nsi: Set OUTDIR (and thus working directory
+	for shortcuts) to %HOMEDRIVE%%HOMEPATH%.
+
 2009-02-16  Marcus Brinkmann  <marcus at g10code.de>
 
 	* src/inst-sections.nsi (calc_defaults_man_advanced_en_done): Make

Modified: trunk/src/inst-sections.nsi
===================================================================
--- trunk/src/inst-sections.nsi	2009-02-18 12:42:48 UTC (rev 1106)
+++ trunk/src/inst-sections.nsi	2009-02-19 14:05:45 UTC (rev 1107)
@@ -1176,6 +1176,9 @@
 
 Section "-startmenu"
 
+  # NOT SetOutPath.
+  StrCpy $OUTDIR "%HOMEDRIVE%%HOMEPATH%"
+
 !ifdef HAVE_STARTMENU
   # Make sure that the context of the automatic variables has been set to
   # the "all users" shell folder.  This guarantees that the menu gets written



More information about the Gpg4win-commits mailing list