Veyon Community Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Mass installation

    Help & Troubleshooting
    3
    3
    745
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      laura last edited by

      Hello
      I'm a student who would like to mass-install Veyon on about 150 computers.

      1. Does Veyon also have a .msi file and does it support .msi?
      2. If and how can Veyon mass installation on a Windows 2012 server be possible?
      1 Reply Last reply Reply Quote 0
      • A
        AEGIS last edited by

        You can use commandline.
        Thats the way we did apply it on our 90 workstation & servers
        In the documentation you can find all neccessary commands
        https://docs.veyon.io/en/latest/admin/installation.html#automated-silent-installation

        1 Reply Last reply Reply Quote 0
        • DreggerN
          DreggerN last edited by

          Hey Laura!

          Are we talking about Windows Computers? Are they member of an Active Directory?

          If can answer both with yes it´s really easy: Veyon can be installed by using a script which can be used as a startup script. By default (you can change this too if you want) Veyon is installed under C:\Program Files\Veyon so it´s a simple if exist query in your startup script:

          if not exist "%Program Files%\Veyon" \server\share\installer.exe /S

          Important! For a silent installation you must use the /S switch with UPPER letter, otherwise it´s not installing.

          There are some more usefull switches

          /NoMaster Just install the client
          /ApplyConfig="\server\share\current.json" allows to specify your configuration

          I hope that´s usefull for you!

          Norbert

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB | Contributors