winget autoupdate and Webex (Cisco.Webex), pass arguments to the installer? #68
Replies: 2 comments
-
|
any way to implement a mod via the ADMX Template that behaves like -override ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This can be done. Created an issue so it will be part of the next version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been testing winget autoupdate-aaS, for our Intune devices.
It would seem (based on the logs) that when autoupdate finds a new version of webex (45.2.0.31755), it first uninstalls the old version and installs the new version.
The new version is only installed for user "system" in folder: "C:\windows\system32\config\systemprofile\appdata\local..."
The reason it does this i guess is that since the webex installer is not passed the argument "ALLUSERS=1".
So I needed to blacklist Webex.
And I think I might be moving to whitelist instead.
I do not know if there is a way to input arguments to the installer with group policy?
Like for example: --override "/quiet /norestart ACCEPT_EULA=TRUE ALLUSERS=1 AUTOSTART_WITH_WINDOWS=false ENABLEOUTLOOKINTEGRATION=1"
Alternatively if the Webex installer could check if the installer is run in system context, it would install for all users (which I believe is standard for most Win32 apps).
Beta Was this translation helpful? Give feedback.
All reactions