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
With elevated permissions, choco can be installed. However sometimes
folks don't always run Chocolatey with elevated permissions. To combat
some of that and keep the permissions from being opened to all users,
add the installing user with explicit Modify permission to the
chocolatey install. This will allow them to perform basic functions and
not get errors when logging.
* stable:
(version) 0.9.9-rc6
(chocolateyGH-7) Upgrade improvements
(chocolateyGH-99) Warn when admin is not elevated
(log) update what confirm (`-y`) does
(chocolateyGH-82) Set Modify for Installing User
(chocolateyGH-91) Terminating errors - choco upgrade fail
(chocolateyGH-7) Check debug env var for 'true'
(maint) fix logging message
(chocolateyGH-97) Noop shows number of upgrades available
(chocolateyGH-91) Remove global ErrorActionPreference Stop
(command) accept features as alias
(chocolateyGH-7) warn when install is not done in admin mode
(doc) add changelog for 0.9.8.33
(posh) dynamically export helpers
(chocolateyGH-87) Backup improvements
(chocolateyGH-94) Remove rollback on success
(chocolateyGH-87) shorten rollback suffix
(chocolateyGH-93) Avoid CS0200 Serialization w/private set
(chocolateyGH-92) PowerShell - handle spaces in module path
(shimgen) Fix company name on shims
When adding modify permissions, only state that you are doing so for
current user, not the actual name of the user. This information could
be considered a security risk.
* stable:
(version) 0.9.9-rc7
(GH-7)(GH-91) upgrade should work with posh v2
(GH-7) Do not reinstall bin files if no old path
(GH-7) MOAR debug in install script
(doc) Core lib is preview
(GH-82) Do not state name of user
This will get past most issues when UAC is set.
The text was updated successfully, but these errors were encountered: