Removed autorun regkey creation
This commit is contained in:
parent
5210998688
commit
44e1254d1c
1 changed files with 0 additions and 2 deletions
|
@ -64,7 +64,6 @@ Section -Main SEC0000
|
||||||
File libeay32.dll
|
File libeay32.dll
|
||||||
File mingwm10.dll
|
File mingwm10.dll
|
||||||
WriteRegStr HKCU "${REGKEY}\Components" Main 1
|
WriteRegStr HKCU "${REGKEY}\Components" Main 1
|
||||||
WriteRegStr HKCU SOFTWARE\Microsoft\Windows\CurrentVersion\Run Bitcoin "$INSTDIR\bitcoin.exe /min"
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section -post SEC0001
|
Section -post SEC0001
|
||||||
|
@ -105,7 +104,6 @@ Section /o -un.Main UNSEC0000
|
||||||
Delete /REBOOTOK $INSTDIR\libeay32.dll
|
Delete /REBOOTOK $INSTDIR\libeay32.dll
|
||||||
Delete /REBOOTOK $INSTDIR\bitcoin.exe
|
Delete /REBOOTOK $INSTDIR\bitcoin.exe
|
||||||
DeleteRegValue HKCU "${REGKEY}\Components" Main
|
DeleteRegValue HKCU "${REGKEY}\Components" Main
|
||||||
DeleteRegValue HKCU SOFTWARE\Microsoft\Windows\CurrentVersion\Run Bitcoin
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section -un.post UNSEC0001
|
Section -un.post UNSEC0001
|
||||||
|
|
Loading…
Reference in a new issue