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"
[Run]
; After install agent on windows machine, schedule a task to run every login
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;
; Rename uninstall .exe file
Filename: {cmd}; Parameters: "/C Move ""{app}\unins000.exe"" ""{app}\uninstall_agent.exe"""; Flags: RunHidden WaitUntilTerminated;
......@@ -171,4 +171,4 @@ procedure change_proxy_file();
key := '{#pch},{#pcp},{#pcu},{#pcpasswd}';
value := '%s,%d,%s,%s';
read_file(WizardDirValue() + '\conf\proxy-conf.json', key, value);
end;
\ No newline at end of file
end;
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