Browse Source

Removed autorun regkey creation

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@16 1a98c847-1fd6-4fd8-948a-caf3550aa51b
pull/145/head
sirius-m 15 years ago
parent
commit
e39dfe8ea6
  1. 2
      setup.nsi

2
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

Loading…
Cancel
Save