gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9936 - GNUnet/contrib/win


From: gnunet
Subject: [GNUnet-SVN] r9936 - GNUnet/contrib/win
Date: Tue, 29 Dec 2009 22:47:05 +0100

Author: durner
Date: 2009-12-29 22:47:04 +0100 (Tue, 29 Dec 2009)
New Revision: 9936

Modified:
   GNUnet/contrib/win/Installer.nsi
Log:
admin

Modified: GNUnet/contrib/win/Installer.nsi
===================================================================
--- GNUnet/contrib/win/Installer.nsi    2009-12-29 20:30:35 UTC (rev 9935)
+++ GNUnet/contrib/win/Installer.nsi    2009-12-29 21:47:04 UTC (rev 9936)
@@ -76,7 +76,7 @@
 InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
 ShowInstDetails show
 ShowUnInstDetails show
-RequestExecutionLevel user
+RequestExecutionLevel admin
 
 Var LANGCODE
 Var USR_PROF
@@ -379,7 +379,7 @@
                SectionEnd
 
     Section "RPC" SEC_RPC
-      SectionIn 1 2 4
+      SectionIn 4
       SetOutPath "$INSTDIR\bin"
 
       File "C:\GNUnet\bin\libgnunetrpcutil-0.dll"
@@ -387,11 +387,10 @@
     SectionEnd
     
     Section "Testing" SEC_TEST
-       SectionIn 1 2 4
+       SectionIn 4
        SetOutPath "$INSTDIR\bin"
        
       File "C:\GNUnet\bin\libgnunettestingapi-0.dll"
-      File "C:\GNUnet\bin\libgnunetecrscore-0.dll"
     SectionEnd
        SectionGroupEnd
 SectionGroupEnd
@@ -546,6 +545,7 @@
   !insertmacro MUI_DESCRIPTION_TEXT ${SEC_TRACE} "Tracekit"
   !insertmacro MUI_DESCRIPTION_TEXT ${SEC_TBENCH} "TBench"
   !insertmacro MUI_DESCRIPTION_TEXT ${SEC_RPC} "Remote Procedure Calls"
+  !insertmacro MUI_DESCRIPTION_TEXT ${SEC_TEST} "Test API"  
   !insertmacro MUI_DESCRIPTION_TEXT ${SEC_LE_ALL} "Sophisticated keyword 
extractors (mp3, pdf, zip...)"
   !insertmacro MUI_DESCRIPTION_TEXT ${SEC_DEPS_BASE} "3rd party software 
required by GNUnet"
   !insertmacro MUI_DESCRIPTION_TEXT ${SEC_DEPS_GTK} "3rd party software 
required by GNUnet Setup and the GUI"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]