I found part of the solution: Replace 'WAPT_is1' with 'WAPT Server_is1'
Using both packages (xxx is your package prefix)
1 - Install the veyon and config-veyon packages
2 - Install the waptdev package
3 - Right-click on the xxx-veyon package and then select 'edit package'. PyScrypter will open; select the 'setup.py' pane (instead of 'control')
4 - If necessary, uncomment or modify the lines that are commented:
Code: Select all
; if not 'prof' in get_hostname():
; silentarg = '/S /NoMaster'
....
; remove_desktop_shortcut('Veyon Master'
If the job title does not contain 'prof' then the executable 'Master.exe' is not installed.
5 - Repackage Veyon: Right-click on '-i build-upload', enter the passwords. The package is updated. Close PyScrypter.
6 - Install all your workstations with the WAPT agent, create your WAPT groups....
7 - Right-click on the xxx-config-veyon package and then select 'edit package'. PyScrypter will open; select the 'setup.py' pane (instead of 'control')
8 - Line 38, replace 'WAPT_is1' with 'WAPT Server_is1'
9 - Press F9, the setup will run, and the *.csv files will be created according to your WAPT groups
10 - Repackage config-veyon: Right-click on '-i build-upload', enter the passwords. The package is updated. Close PyScrypter.
11 - During package updates, commands are launched and workstations appear in Veyon Master
12 - As for the rooms, I don't have control over them yet!
So
To be updated