Install-Boxstarter expands variables in PATH and PSModulePath, overwriting preexisting variables #403
Labels
0 - _Triaging
Issue is accepted, but a milestone has yet to be added for the issue
Bug
Issues where something has happened which was not expected or intended
Install-Boxstarter will expand all variables in your PATH and PSModulePath, and then write back the expanded values, overwriting any unexpanded variables that existed in PATH/PSModulePath prior to Install-Boxstarter being called.
This is a very similar issue to chocolatey/choco#303 (plus the patch in chocolatey/choco#699)
before installing boxstarter:
after installing boxstarter (using: choco install -y boxstarter --params "nodesktopicon"):
I'm not in a position to fully test this myself (I have at least tested it on a fresh install of windows 10 1903), but I think this will address the issue:
2 notes:
The text was updated successfully, but these errors were encountered: