Modify

Opened 7 years ago

Closed 7 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 by Melba23, 7 years ago

Resolution: Duplicate
Status: newclosed

comment:2 by Jos, 7 years ago

From which version were you upgrading?

Jos

comment:3 by Jos, 7 years ago

Resolution: Duplicate
Status: closedreopened

comment:4 by Jos, 7 years ago

Owner: set to Jos
Status: reopenedassigned

comment:5 by Jos, 7 years ago

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 by Jos, 7 years ago

Resolution: Fixed
Status: assignedclosed

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.