changeset 94:6ea85912bd61 draft

Removed autorun regkey creation
author sirius-m <sirius-m@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
date Sat, 24 Oct 2009 16:50:39 +0000
parents ab98fe97d76e
children 8624fa6eca6a
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