Set service install default to no

This commit is contained in:
Anthony Lavado 2019-10-12 03:03:33 -04:00
parent d64b43286e
commit c8ffa2fb1d
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ SectionEnd
Function .onInit
; Setting up defaults
StrCpy $_INSTALLSERVICE_ "Yes"
StrCpy $_INSTALLSERVICE_ "No"
StrCpy $_SERVICESTART_ "Yes"
StrCpy $_SERVICEACCOUNTTYPE_ "NetworkService"
StrCpy $_EXISTINGINSTALLATION_ "No"