When I run the powershell snippet to install this thing, it first emits an error-
“Attempting to perform the InitializeDefaultDrives operation on the ‘FileSystem’ provider failed.”
This doesn’t stop it from proceeding, then I get to Exporting Configuration Data, and it fails with-
Remove-Item : Cannot find path ‘Env:\ACTIVESTATE_SESSION_TOKEN’ because it does not exist.
At line:189 char:5
-
Remove-Item Env:\ACTIVESTATE_SESSION_TOKEN
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : ObjectNotFound: (Env:\ACTIVESTATE_SESSION_TOKEN:String) [Remove-Item], ItemNotFoundExcep
tion - FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
- CategoryInfo : ObjectNotFound: (Env:\ACTIVESTATE_SESSION_TOKEN:String) [Remove-Item], ItemNotFoundExcep
So something is not happy, not sure how to debug after this.