Silent install switches
-
I don't believe you can install it without the desktop icon showing.
You could wrap the deployment in a script to do the cleanup.I can't remember the exact location of the Master on the desktop sorry (so below may not work) as I removed it previously.
for example you can remove it from the start menu and desktop on windows 10 with a simple bat script.rmdir /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Veyon"
rmdir /S /Q "C:\Users\Public\Desktop\Veyon Master.lnk"Otherwise the doc is the only place I've found the install instructions for deployment
https://docs.veyon.io/en/latest/admin/installation.html?highlight=silent#examples -
Hi,
Maybe it is not useful to install veyon-master on every PC (only on "master" PC, where icon on desktop could make sense).
For that, you have the "/NoMaster" switch.
I guess, maybe there is a way to avoid icon on desktop with configuration (veyon-configurator). You can launch veyon configurator on a PC, check the right options, export this file and use it during installation with this switch :
/ApplyConfig='my-conf-file.json'"E.T.
-
I don't believe you can install it without the desktop icon showing.
You could wrap the deployment in a script to do the cleanup.I can't remember the exact location of the Master on the desktop sorry (so below may not work) as I removed it previously.
for example you can remove it from the start menu and desktop on windows 10 with a simple bat script.rmdir /S /Q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Veyon"
rmdir /S /Q "C:\Users\Public\Desktop\Veyon Master.lnk"Otherwise the doc is the only place I've found the install instructions for deployment
https://docs.veyon.io/en/latest/admin/installation.html?highlight=silent#examples
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login