Remote Installation/Mass Installation- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) + - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Remote Installation/Mass Installation (/Thread-Remote-Installation-Mass-Installation)
Pages:
1
2
|
Remote Installation/Mass Installation-BumblingBlunderbuss-03-12-2021 Are there commandline switches, or an MSI download to permit PDQ/SCCM/etc remote/silent installations? RE: Remote Installation/Mass Installation-BumblingBlunderbuss-03-15-2021 Bump? RE: Remote Installation/Mass Installation-Jeremy-03-15-2021 Hi Bumbling, I honestly don't know if it's possible. I forwarded your question to our dev team. We'll see what they think of it. Jeremy RE: Remote Installation/Mass Installation-Albert-03-15-2021 You can use the /S switch with our installer to install RoboDK silently. For example:
Installing RoboDK silently does not install Python, so you may want to install Python afterwards with a command like this one:
RE: Remote Installation/Mass Installation-BumblingBlunderbuss-03-18-2021 I have tried /s previously, and it doesn't work silently. It immediately opens the prompt to unpack the data, and then sits and waits for user input. RE: Remote Installation/Mass Installation-Albert-03-18-2021 Are you using the Windows 64 bit installer? It should be capital S. So /S, not /s. RE: Remote Installation/Mass Installation-nakeya-06-23-2022 I would like to be able to install silently (NO user input required, NO UI) under ubuntu. /S recommendation earlier doesn't work under Linux. Is this possible? If so how? 谢谢you. RE: Remote Installation/Mass Installation-Sam-06-23-2022 You can use the attached file with the following command: ./Install-RoboDK --script ./installscript.qs RE: Remote Installation/Mass Installation-nakeya-06-24-2022 谢谢s so much for the quick reply Sam. Is there a link to the installscript. qs file? It doesn't appear attached to the note. RE: Remote Installation/Mass Installation-Sam-06-24-2022 My bad, I've corrected my previous post. |