aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsirius-m <sirius-m@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-10-24 16:50:39 +0000
committersirius-m <sirius-m@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-10-24 16:50:39 +0000
commite39dfe8ea64a360978db0239fbd6ea4ef24de55d (patch)
treee009c39505910f0183f593029066a67012386a1e
parent99cef996c788755af95a0a614d7154a30928d4b9 (diff)
downloadbitcoin-e39dfe8ea64a360978db0239fbd6ea4ef24de55d.tar.xz
Removed autorun regkey creation
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@16 1a98c847-1fd6-4fd8-948a-caf3550aa51b
-rw-r--r--setup.nsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.nsi b/setup.nsi
index 56a46ea3eb..023914fab9 100644
--- a/setup.nsi
+++ b/setup.nsi
@@ -64,7 +64,6 @@ Section -Main SEC0000
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 @@ Section /o -un.Main UNSEC0000
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