Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Remote Installation/Mass Installation

#4
You can use the /S switch with our installer to install RoboDK silently. For example:
  • Install-RoboDK-64-v5.2.2.exe /S
We use NSIS installer and other default switches are also available.

Installing RoboDK silently does not install Python, so you may want to install Python afterwards with a command like this one:
  • C:/RoboDK/python-3.7.3-amd64.exe /passive "TargetDir=C:\RoboDK\Python37\" InstallAllUsers=1 PrependPath=1 Include_test=0
Once the RoboDK install is done, if you have a license you can set it up like this:
  • C:/RoboDK/bin/RoboDK.exe -NOUI -LCMD:Network:your-license-code -QUIT
Or like this if you prefer using an rdklic file:
  • C:/RoboDK/bin/RoboDK.exe "path to rdklic file.rdklic" -QUIT
Make sure to use the hidden version of the license code if it is for a class (the code starts with H).


Messages In This Thread
RE: Remote Installation/Mass Installation - byAlbert- 03-15-2021, 09:57 PM



Users browsing this thread:
1 Guest(s)