gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1623 - in GNUnet: . contrib/win


From: durner
Subject: [GNUnet-SVN] r1623 - in GNUnet: . contrib/win
Date: Sat, 6 Aug 2005 14:24:29 -0700 (PDT)

Author: durner
Date: 2005-08-06 14:24:24 -0700 (Sat, 06 Aug 2005)
New Revision: 1623

Modified:
   GNUnet/contrib/win/Installer.nsi
   GNUnet/todo
Log:
Ask to remove lib/

Modified: GNUnet/contrib/win/Installer.nsi
===================================================================
--- GNUnet/contrib/win/Installer.nsi    2005-08-06 19:48:45 UTC (rev 1622)
+++ GNUnet/contrib/win/Installer.nsi    2005-08-06 21:24:24 UTC (rev 1623)
@@ -60,6 +60,10 @@
 
 ; MUI end ------
 
+; Non-standard texts
+LangString deleteall ${LANG_ENGLISH} "Do you also want to delete all GNUnet 
configuration files and databases?"
+LangString deleteall ${LANG_GERMAN} "M�chten Sie au�erdem alle GNUnet 
Konfigurationsdateien und Datenbanken l�schen?"
+
 Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
 OutFile "Setup.exe"
 InstallDir "$PROGRAMFILES\GNU\GNUnet"
@@ -958,5 +962,9 @@
   DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
 ;  DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
   DeleteRegKey HKLM "Software\GNU\GNUnet"
+  
+  MessageBox MB_YESNO "$(deleteall)" IDNO end
+  RmDir /r /REBOOTOK "$INSTDIR"
+ end:
   SetAutoClose true
 SectionEnd

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-08-06 19:48:45 UTC (rev 1622)
+++ GNUnet/todo 2005-08-06 21:24:24 UTC (rev 1623)
@@ -14,7 +14,6 @@
   * Windows installer [Nils]
     * Uninstall
       * Remove account
-      * Ask to remove lib/
 - gnunet-setup: [Nils]
   * gconfig: fix focus changes
 - Additional (automated, make check-style) testing:





reply via email to

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