Skip to content
Snippets Groups Projects
Commit 0de69e8b authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Merge branch 'issue/147' into 'development'

SCRUM#147: Replace Start_agent by default without /Query

See merge request !107
parents 4dcf1287 d16a6bd8
No related branches found
No related tags found
2 merge requests!112Versão 1.0.1,!107SCRUM#147: Replace Start_agent by default without /Query
Pipeline #
...@@ -88,7 +88,7 @@ Name: "{app}\tmp" ...@@ -88,7 +88,7 @@ Name: "{app}\tmp"
[Run] [Run]
; After install agent on windows machine, schedule a task to run every login ; After install agent on windows machine, schedule a task to run every login
Filename: "schtasks.exe"; \ Filename: "schtasks.exe"; \
Parameters : "/Create /Query /SC ONLOGON /TN Start_agent /TR ""'{app}\bin\agent-v0.0.exe'"" /F"; \ Parameters : "/Create /SC ONLOGON /TN Start_agent /TR ""'{app}\bin\agent-v0.0.exe'"" /F"; \
Flags: runascurrentuser nowait; Flags: runascurrentuser nowait;
; Rename uninstall .exe file ; Rename uninstall .exe file
Filename: {cmd}; Parameters: "/C Move ""{app}\unins000.exe"" ""{app}\uninstall_agent.exe"""; Flags: RunHidden WaitUntilTerminated; Filename: {cmd}; Parameters: "/C Move ""{app}\unins000.exe"" ""{app}\uninstall_agent.exe"""; Flags: RunHidden WaitUntilTerminated;
...@@ -171,4 +171,4 @@ procedure change_proxy_file(); ...@@ -171,4 +171,4 @@ procedure change_proxy_file();
key := '{#pch},{#pcp},{#pcu},{#pcpasswd}'; key := '{#pch},{#pcp},{#pcu},{#pcpasswd}';
value := '%s,%d,%s,%s'; value := '%s,%d,%s,%s';
read_file(WizardDirValue() + '\conf\proxy-conf.json', key, value); read_file(WizardDirValue() + '\conf\proxy-conf.json', key, value);
end; end;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment