Custom Query
Results (79 - 81 of 3838)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#165 | Fixed | 'Check for Updates' on Vista x64 | Jon | jhall@… |
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 |
|||
#3104 | Fixed | '_EventLog__Read()' returns only domain name!? | Jpm | supersonic |
Description |
Hi - Calling '_EventLogRead()' on a computer running in a domain environment index [12] seems to hold the domain name only. The provided example in AutoIt help file can be used to reproduce this behavior. To overcome this issue I modified the internal function 'EventLog_DecodeUserName()' this way: If IsArray($aAcctInfo) Then Return ((Not StringLen($aAcctInfo[1])) ? ("") : ($aAcctInfo[1] & "\")) & $aAcctInfo[0] Tested with 3.3.12.0 to 3.3.14.1 and latest beta Version. A fix would be nice. |
|||
#1210 | No Bug | 'trac authentication not installed, refer to documentation' | Jim Michaels <jmichae3@…> | |
Description |
your bug tracking program is not fully installed. I can't login. I only just figures out that I can set an email address using preferences, *after* submitting a feature request. |