1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00
This commit is contained in:
Anton 2024-10-26 16:59:24 +03:00
parent 9faa96f4c5
commit 2126836c66
2 changed files with 3 additions and 3 deletions

View File

@ -49,8 +49,8 @@ Filename: "https://en.openintegrations.dev/docs/Start/CLI_version"; Flags: shell
[Registry]
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}"; \
Check: NeedsAddPath(ExpandConstant('{app}'))
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}\bin"; \
Check: NeedsAddPath(ExpandConstant('{app}\bin'))
[Code]

View File

@ -52,7 +52,7 @@ Filename: "https://openintegrations.dev/docs/Start/CLI_version"; Flags: shellexe
[Registry]
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}"; \
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}\bin"; \
Check: NeedsAddPath(ExpandConstant('{app}\bin'))
[Code]