Opened 17 years ago
Closed 17 years ago
#165 closed Bug (Fixed)
'Check for Updates' on Vista x64
Reported by: | jhall@… | 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 Changed 17 years ago by jhall@…
comment:2 Changed 17 years ago by Jon
- Owner set to Jon
- Status changed from new to 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 Changed 17 years ago by Jon
- Milestone set to 3.2.11.3
- Resolution set to Fixed
- Status changed from accepted 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.
Just checked the 3.2.11.1 beta... Same issue there.
Thanks
Jason