Modify

Opened 10 months ago

Last modified 10 months ago

#4023 new Bug

AutoIt v3.3.16.1 EXE-Installer updates existing none AutoIt3 Registry value with x86 path.

Reported by: Jos Owned by:
Milestone: Component: AutoIt
Version: 3.3.16.1 Severity: None
Keywords: Cc:

Description (last modified by Jos)

Forum Support Post:

Using AutoIt v3.3.16.1 EXE-Installer (default Installation options, just clicking next) modifies:
Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment

Value-Name: AutoIt v3.3.16.1 EXE-Installer
Value-Type: REG_EXPAND_SZ
Value before Installation:
%ProgramFiles%\WindowsPowerShell\Modules;%SystemRoot%\system32\WindowsPowerShell\v1.0\Modules

Value after Installation:
%ProgramFiles(x86)%\WindowsPowerShell\Modules;%SystemRoot%\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\AutoIt3\AutoItX

Problem: %ProgramFiles%\WindowsPowerShell\Modules changed to %ProgramFiles(x86)%\WindowsPowerShell\Modules

Running Uninstall does the same! It correctly removes AutoItX Path from PSModulePath but again changes %ProgramFiles%\WindowsPowerShell\Modules to %ProgramFiles(x86)%\WindowsPowerShell\Modules


Change History (2)

comment:1 Changed 10 months ago by Jos

  • Summary changed from AutoIt v3.3.16.1 EXE-Installer creates wrong registry value for x64 to AutoIt v3.3.16.1 EXE-Installer updates existing none AutoIt3 Registry value with x86 path.

comment:2 Changed 10 months ago by Jos

  • Description modified (diff)

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.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.