Removed autorun regkey creation
authorsirius-m <sirius-m@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Sat, 24 Oct 2009 16:50:39 +0000 (16:50 +0000)
committersirius-m <sirius-m@1a98c847-1fd6-4fd8-948a-caf3550aa51b>
Sat, 24 Oct 2009 16:50:39 +0000 (16:50 +0000)
setup.nsi

index 56a46ea3ebda51b2a9554ee8208875e4b0654c5c..023914fab9b0bb1d90752200d0a65cdf43e4f66b 100644 (file)
--- a/setup.nsi
+++ b/setup.nsi
@@ -64,7 +64,6 @@ Section -Main SEC0000
     File libeay32.dll\r
     File mingwm10.dll\r
     WriteRegStr HKCU "${REGKEY}\Components" Main 1\r
-    WriteRegStr HKCU SOFTWARE\Microsoft\Windows\CurrentVersion\Run Bitcoin "$INSTDIR\bitcoin.exe /min"\r
 SectionEnd\r
 \r
 Section -post SEC0001\r
@@ -105,7 +104,6 @@ Section /o -un.Main UNSEC0000
     Delete /REBOOTOK $INSTDIR\libeay32.dll\r
     Delete /REBOOTOK $INSTDIR\bitcoin.exe\r
     DeleteRegValue HKCU "${REGKEY}\Components" Main\r
-    DeleteRegValue HKCU SOFTWARE\Microsoft\Windows\CurrentVersion\Run Bitcoin\r
 SectionEnd\r
 \r
 Section -un.post UNSEC0001\r
This page took 0.025575 seconds and 4 git commands to generate.