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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Apr 1 15:29:42 CEST 2006


Author: twoaday
Date: 2006-04-01 15:29:41 +0200 (Sat, 01 Apr 2006)
New Revision: 249

Modified:
   trunk/ChangeLog
   trunk/src/inst-sections.nsi
Log:
2006-04-01  Timo Schulz  <ts at g10code.com>
 
        * src/inst-sections.nsi: WinPT desktop link now
        directly starts the key manager.
         



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-03-31 16:29:50 UTC (rev 248)
+++ trunk/ChangeLog	2006-04-01 13:29:41 UTC (rev 249)
@@ -1,3 +1,8 @@
+2006-04-01  Timo Schulz  <ts at g10code.com>
+
+	* src/inst-sections.nsi: WinPT desktop link now
+	directly starts the key manager.
+	
 2006-03-29  Werner Koch  <wk at g10code.com>
 
 	Released 1.0.0rc1.

Modified: trunk/src/inst-sections.nsi
===================================================================
--- trunk/src/inst-sections.nsi	2006-03-31 16:29:50 UTC (rev 248)
+++ trunk/src/inst-sections.nsi	2006-04-01 13:29:41 UTC (rev 249)
@@ -569,10 +569,12 @@
 !ifdef HAVE_PKG_WINPT
     SectionGetFlags ${SEC_winpt} $R0 
     IntOp $R0 $R0 & ${SF_SELECTED}
-    IntCmp $R0 ${SF_SELECTED} 0 no_winpt_desktop 
+    IntCmp $R0 ${SF_SELECTED} 0 no_winpt_desktop
+    # Create link which directly starts the WinPT key manager
     CreateShortCut "$DESKTOP\WinPT.lnk" \
 	"$INSTDIR\winpt.exe" \
-        "" "$INSTDIR\winpt.exe" "" SW_SHOWNORMAL "" $(DESC_Menu_winpt)
+        "--keymanager" "$INSTDIR\winpt.exe" "" \
+	SW_SHOWNORMAL "" $(DESC_Menu_winpt)
    no_winpt_desktop:
 !endif
 



More information about the Gpg4win-commits mailing list