;AHKDownload.ahk URL:="http://autohotkey.net/programs/AutoHotkey104407_Install.exe" hModule := DllCall("LoadLibrary", "str", "isxdl.dll") DllCall("isxdl.dll\isxdl_SetOption", Str, "title", Str, "Downloading AutoHotKey") DllCall("isxdl.dll\isxdl_SetOption", Str, "label", Str, "DLL provided by Bjørnar Henden") DllCall("isxdl.dll\isxdl_SetOption", Str, "description" , Str, "Download: http://www.istool.org/default.aspx/isx/isxdl") DllCall("isxdl.dll\isxdl_SetOption", Str, "smallwizardimage", Str, "C:\image2,bmp") DllCall("isxdl.dll\isxdl_Download", Int, WinExist("Program Manager"), Str, URL , Str, "AutoHotkeyInstall.exe") DllCall("FreeLibrary", "UInt", hModule) Return