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
* stable:
(GH-1117) Get-ChocolateyWebFile - Url Overrides
(maint) Do not error on missing SMA dll resources
(GH-1126) Start-ChocolateyProcess no elevate when admin
(GH-1013) PowerShell external - set debug/verbose false
(maint) Fix: PackageResult Errors if DownloadUrl is Null
(maint) formatting
(GH-1121) API - Do not reset loggers
(GH-1041) Fix: Skip loading synced dlls as extensions
(GH-1013) PowerShell - Only import installer module
(GH-1118) Feature to disable non-elevated warnings
(maint)(log) Show Formatted Download Progress Only
(GH-1035) Auto Uninstaller Skip if File Doesn't Exist
(GH-1119) Auto Uninstaller - Allow remove directly
(build) change message
(doc) explain upgrading licensed version
With GH-1126 at e208ca2, the change to just run a script block
didn't work in all cases for already elevated processes.
Instead of wrapping it, just set it up as a script block and invoke the
script block.
Related to #1016.
Don't elevate the process if not necessary.
The text was updated successfully, but these errors were encountered: