You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation under the SYSTEM context is now supported. 😎
Note: If the script is running under the SYSTEM context, a restart of the computer or session may be required for the winget command to work properly.
To prevent interruptions when using remote management or automation tools, and if permitted by your organization's security policy, include the flags --accept-package-agreements --accept-source-agreements to automatically accept prompts.
If you're using ScreenConnect / ConnectWise Control, you may want to increase the Command Execution Timeout to 300000 ms (5 minutes) to avoid timeouts during dependency installation. This setting is located under ScreenConnect > Administration > Advanced > Web Configuration > Settings.
Fixed error messages caused when checking for an existing library/dependency version with multiple installed variants by choosing highest version number of the installed dependency.
Fixed an issue on Server 2019 where the script failed if the dependency was already installed by adding library/dependency version check functionality. Fixes #61. Thank you to @MatthiasGuelck for the fix and improvement! 👍