Opened 6 years ago
Closed 6 years ago
#3672 closed Bug (Fixed)
AutoIt v3 Installer overwrites PowerShell Envirovment Path
Reported by: | MadBoy | Owned by: | Jos |
---|---|---|---|
Milestone: | Component: | Other | |
Version: | 3.3.14.0 | Severity: | None |
Keywords: | Cc: |
Description
I've just installed the newest version of AutoIt v3. It removed the old version, installed the latest version in its place. While that worked fine, I noticed that my PowerShell Modules stopped working.
$CurrentValue = [Environment]::GetEnvironmentVariable("PSModulePath", "Machine")
$CurrentValue -split ';'
Confirms this issue. There's only AutoIt module path. I've written short blog post about it: https://evotec.xyz/powershell-environment-path-is-missing-or-overwritten/
Attachments (0)
Change History (6)
comment:1 Changed 6 years ago by Melba23
- Resolution set to Duplicate
- Status changed from new to closed
comment:2 Changed 6 years ago by Jos
From which version were you upgrading?
Jos
comment:3 Changed 6 years ago by Jos
- Resolution Duplicate deleted
- Status changed from closed to reopened
comment:4 Changed 6 years ago by Jos
- Owner set to Jos
- Status changed from reopened to assigned
comment:5 Changed 6 years ago by Jos
This was fixed in version v3.3.13.14, so when upgrading from any version before v3.3.13.14, you can still have this issue as the uninstall is done by the old version installer.
I will close this for now and report if this issue occurs with uninstall of any version eq or gt v3.3.13.14.
Jos
comment:6 Changed 6 years ago by Jos
- Resolution set to Fixed
- Status changed from assigned to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Duplicate of
https://www.autoitscript.com/trac/autoit/ticket/3590
M23