Install-SteamCMD: The current PowerShell session is not running as Administrator. #105
Labels
Category-Module
Pertaining to the module's functionality itself.
Issue-Discussion
Let's talk about it!
Describe "Module Bug or Issue"
When running
Install-SteamCMD
after installing the powershell module to the current user, this error is thrownContext "The Problem"
It is asking for administrator when I installed the PS module to the current user instead of globally (which requires admin)
Context "Expected Behavior"
I expect it to install SteamCMD without admin privilages. It wouldn't make sense to allow the powershell module to be installed to the current user without admin, then ask for admin when installing steamcmd.
Context "Additional Information"
If it's because of the default path being in program files, I should be able to specify -InstallPath to a directory I have access to, and not require administrative privilages.
The text was updated successfully, but these errors were encountered: