Opened 18 years ago
Closed 18 years ago
#165 closed Bug (Fixed)
'Check for Updates' on Vista x64
| Reported by: | Owned by: | Jon | |
|---|---|---|---|
| Milestone: | 3.2.11.3 | Component: | Other |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | Updater Vista x64 64bit Check | Cc: |
Description
When using the 'check for updates' utility under Vista x64, it fails to detect the installed versions of AutoIT.
I think this is due to where the installation details are written to the registry in Vista x64 (and probably any other x64 Windows version).
I'm guessing the utility is expecting to find this info here:
HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3
When Vista x64 is actually writting it here:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AutoIt v3
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
I've changed the script so that it works under x64. Still might need to change the installer as well though to stop similar problems with other scripts.
comment:3 by , 18 years ago
| Milestone: | → 3.2.11.3 |
|---|---|
| Resolution: | → Fixed |
| Status: | accepted → closed |

Just checked the 3.2.11.1 beta... Same issue there.
Thanks
Jason