|
1 | 1 | #include <.\idp\idp.iss>
|
2 | 2 |
|
3 |
| -#define SickChillInstallerVersion "v0.6.1" |
| 3 | +#define SickChillInstallerVersion "v0.6.2" |
4 | 4 |
|
5 | 5 | #define AppId "{{B0D7EA3E-CC34-4BE6-95D5-3C3D31E9E1B2}"
|
6 | 6 | #define AppName "SickChill"
|
|
14 | 14 |
|
15 | 15 | #define DefaultPort 8081
|
16 | 16 |
|
17 |
| -#define InstallerVersion 10010 |
| 17 | +#define InstallerVersion 10011 |
18 | 18 | #define InstallerSeedUrl "https://raw.githubusercontent.com/SickChill/windows-sickchill/master/seed.ini"
|
19 | 19 | #define AppRepoUrl "https://github.com/SickChill/SickChill.git"
|
20 | 20 |
|
@@ -348,7 +348,7 @@ begin
|
348 | 348 | OldProgressString := WizardForm.StatusLabel.Caption;
|
349 | 349 | WizardForm.StatusLabel.Caption := ExpandConstant('Installing {#AppName} service...')
|
350 | 350 |
|
351 |
| - Exec(Nssm, ExpandConstant('install "{#AppServiceName}" "{app}\Python3\tools\python.exe" """{app}\Python3\tools\Scripts\SickChill.py""" --nolaunch --port='+GetWebPort('')+' --datadir="""{app}\Data"""'), '', SW_HIDE, ewWaitUntilTerminated, ResultCode) |
| 351 | + Exec(Nssm, ExpandConstant('install "{#AppServiceName}" "{app}\Python3\tools\python.exe" """{app}\Python3\tools\Scripts\SickChill.exe""" --nolaunch --port='+GetWebPort('')+' --datadir="""{app}\Data"""'), '', SW_HIDE, ewWaitUntilTerminated, ResultCode) |
352 | 352 | Exec(Nssm, ExpandConstant('set "{#AppServiceName}" AppDirectory "{app}\Data"'), '', SW_HIDE, ewWaitUntilTerminated, ResultCode)
|
353 | 353 | Exec(Nssm, ExpandConstant('set "{#AppServiceName}" Description "{#AppServiceDescription}"'), '', SW_HIDE, ewWaitUntilTerminated, ResultCode)
|
354 | 354 | Exec(Nssm, ExpandConstant('set "{#AppServiceName}" AppStopMethodSkip 6'), '', SW_HIDE, ewWaitUntilTerminated, ResultCode)
|
|
0 commit comments