File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ ArchitecturesInstallIn64BitMode=x64compatible
4444Name : " english" ; MessagesFile : " compiler:Default.isl"
4545
4646[Tasks]
47- Name : " startservice" ; Description : " Start BLite Server service after installation" ; GroupDescription: " Service:" ; Flags : checked
47+ Name : " startservice" ; Description : " Start BLite Server service after installation" ; GroupDescription: " Service:"
4848
4949[Files]
5050Source : " {#SourceDir}\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
@@ -237,7 +237,7 @@ begin
237237 ' ' , SW_HIDE, ewWaitUntilTerminated, ResultCode);
238238
239239 { 4. Optionally start the service }
240- if IsTaskSelected (' startservice' ) then
240+ if WizardIsTaskSelected (' startservice' ) then
241241 Exec(ExpandConstant(' {sys}\sc.exe' ),
242242 ' start ' + ' {#ServiceName}' ,
243243 ' ' , SW_HIDE, ewWaitUntilTerminated, ResultCode);
You can’t perform that action at this time.
0 commit comments