Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Inedo Agent 5.8.1 Setup Switches are not working
-
Hello,
i am trying to push Agent using SCCM in silent mode install the Provides switches/Setup arguments on the website are not working.
when I try to install using the below command line reference
"InedoAgentSetup5.8.1.exe install /s /TargetDirectory=D:\program files\inedoagent /port=46336 /UserAccount=LocalSystem"it throws invalid argument.
Product: Otter
Version: 1.7.3
-
Hello Giri,
This command should work:
InedoAgentSetup5.8.1.exe /S /TargetPath="D:\program files\inedoagent" /port=46336 /UserAccount=LocalSystem
I changed
TargetDirectory
toTargetPath
, captialized/S
, removed theinstall
argument, and added quotes around the file path with spaces in it.