Modify

Opened 11 years ago

Closed 11 years ago

#3023 closed Bug (Fixed)

GUISetHelp.au3 - HelpFile Example

Reported by: mLipok Owned by: guinness
Milestone: 3.3.13.21 Component: Documentation
Version: 3.3.13.20 Severity: None
Keywords: Cc:

Description

there is:

Local $sAutoItInstallDir = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE" & (@AutoItX64 ? "\Wow6432Node" : "") & "\AutoIt v3", "InstallDir")

it should be:

Local $sAutoItInstallDir = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE" & ((@OSArch = 'X64') ? "\Wow6432Node" : "") & "\AutoIt v3\AutoIt", "InstallDir")

Attachments (0)

Change History (1)

comment:1 by guinness, 11 years ago

Milestone: 3.3.13.21
Owner: set to guinness
Resolution: Fixed
Status: newclosed

Fixed by revision [11298] in version: 3.3.13.21

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


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