﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3023	GUISetHelp.au3 - HelpFile Example	mLipok	guinness	"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"")
}}}

"	Bug	closed	3.3.13.21	Documentation	3.3.13.20	None	Fixed		
