Modify

Opened 10 years ago

Closed 10 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")

Change History (1)

comment:1 Changed 10 years ago by guinness

  • Milestone set to 3.3.13.21
  • Owner set to guinness
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [11298] in version: 3.3.13.21

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.