changeset 9:a17a8fcbaa36 draft

Removed autorun regkey creation git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@16 1a98c847-1fd6-4fd8-948a-caf3550aa51b
author sirius-m <sirius-m@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
date Sat, 24 Oct 2009 16:50:39 +0000
parents f718bedded34
children c7babc178f8c
files setup.nsi
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.nsi
+++ b/setup.nsi
@@ -64,7 +64,6 @@
     File libeay32.dll
     File mingwm10.dll
     WriteRegStr HKCU "${REGKEY}\Components" Main 1
-    WriteRegStr HKCU SOFTWARE\Microsoft\Windows\CurrentVersion\Run Bitcoin "$INSTDIR\bitcoin.exe /min"
 SectionEnd
 
 Section -post SEC0001
@@ -105,7 +104,6 @@
     Delete /REBOOTOK $INSTDIR\libeay32.dll
     Delete /REBOOTOK $INSTDIR\bitcoin.exe
     DeleteRegValue HKCU "${REGKEY}\Components" Main
-    DeleteRegValue HKCU SOFTWARE\Microsoft\Windows\CurrentVersion\Run Bitcoin
 SectionEnd
 
 Section -un.post UNSEC0001