-
Notifications
You must be signed in to change notification settings - Fork 3
Description
As both students and employees (teacher, researchers etc.) of an educational institution can, want and should use eduroam it would be a massive help if the application could be installed via a deployment / software management system as this is the preferred and often only way to install software on managed hardware of those employees (as it is with us).
For this to work as expected the app needs to be
a) Installed as a regular, system wide application ( ege. in C:\ProgramFiles ) that can be updated and removed (centrally/once)
and
b) Installable silently in a administrative context (ege. via a silent switch like /S or from an .msi via msiexec)
Could such an deploy method be implemented - or is it already available and I just have not found it?
I could get it to work somewhat like it is now - but uninstalling or even patching can be - depending on the device - an absolute nightmare with dozens of copies of the app in the users AppData - which are not easily reachable with common management agents / systems - and keeping an inventory/overview with multiple versions multiplied by our device and user count into thousands of possible versioning constellations is near impossible.
Especially as we are heavily looking into pseudo credentials via geteduroams let's wifi this would really help us out...