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
These folders seem to cause issues with accessing files, causing all kinds of fun issues, such as "Not able to read package from path" and not able to find executables being downloaded to these folders.
If one of these two folders is detected, ensure that the folder structure is %SystemRoot%\TEMP.
The text was updated successfully, but these errors were encountered:
Using `Path.GetTempPath()` instead of
`Environment.GetEnvironmentVariable("TEMP")` in 76ae7e2 for GH-532
has caused the SYSTEM user to return one of the following:
* `c:\windows\system32\config\systemprofile\appdata\local\temp`
* `c:\windows\syswow64\config\systemprofile\appdata\local\temp`
These folders seem to cause issues with accessing files, causing all
kinds of fun issues, such as "Not able to read package from path" and
not able to find executables being downloaded to these folders.
If one of these two folders is detected, ensure that the folder
structure is `%SystemRoot%\TEMP`.
* stable:
(GH-826) SYSTEM user always uses machine TEMP
(GH-808) Allow silent args as array
(GH-821) ValidExitCodes not recognized return 0
(GH-818) Allow disk to catch up - sleep
(GH-822) Provide pending override and file wait
(GH-818) Wait for processes to exit + 2 seconds
(maint) formatting
(GH-819) Fix - NotSilent install failure binding
(GH-775) remove 7za
(GH-775) Use 7z instead of 7za
Using
Path.GetTempPath()
instead ofEnvironment.GetEnvironmentVariable("TEMP")
in #532 has caused the SYSTEM user to return one of the following:c:\windows\system32\config\systemprofile\appdata\local\temp
c:\windows\syswow64\config\systemprofile\appdata\local\temp
These folders seem to cause issues with accessing files, causing all kinds of fun issues, such as "Not able to read package from path" and not able to find executables being downloaded to these folders.
If one of these two folders is detected, ensure that the folder structure is
%SystemRoot%\TEMP
.The text was updated successfully, but these errors were encountered: