Das Installationsprogramm von AutoIt legt eine Verzeichnisstruktur an
(standardmäßig in \Programme\AutoIt3), die im Folgenden
aufgeschlüsselt wird.
Zudem werden Verknüpfungen im Startmenü angelegt,
aber keine anderen Dateien erzeugt oder verändert.
Dateien und Ordner | Beschreibung | |
(Dateien, die direkt im AutoIt-Ordner liegen) | ||
AutoIt3.exe | Das Hauptprogramm und die einzige Datei, die nötig ist, um AutoIt-Skripte auszuführen! | |
AutoIt3A.exe | Die ANSI-Version von AutoIt3.exe für Windows 9x. | |
AU3Info.exe | Das AutoIt Window Info Tool. | |
AU3InfoA.exe | Die ANSI-Version von Au3Info.exe für Windows 9x. | |
AU3Check.exe | Das Programm, dass die Syntax von AutoIt-Skripten überprüft. | |
AutoIt.chm | Diese Hilfe-Datei, die AutoIt3.chm und UDFs3.chm einbindet. | |
psapi.dll | DLL, die für die Process...()-Funktionen nur unter Windows NT 4 nötig ist (Microsoft redistributable file) | |
Uninstall.exe | Die AutoIt-Deinstallationsroutine. | |
AutoIt v3 Website.url | Eine Verknüpfung zu http://www.autoitscript.com/autoit3/ | |
Aut2Exe | ||
Icons\ | Enthält die Icons, die für .au3-Dateien im Explorer verwendet werden. | |
Aut2Exe.exe | Der Compiler. | |
Aut2ExeA.exe | Die ANSI-Version von Aut2Exe für Windows 9x . | |
AutoItSC.bin | Zusatzdatei, die für das Kompilieren benötigt wird. | |
UPX.exe | Für das Packen mit UPX (verkleinert die Exe-Dateien). | |
Examples | ||
GUI\ | Enthält Beispiele für AutoIt-GUIs. | |
Helpfile\ | Enthält Skripte, die in der Hilfe als Beispiele verwendet werden. | |
Extras | ||
AutoUpdateIt\ | Enthält ein Skript, um einfach die aktuelle Version von AutoIt zu installieren. | |
Editors\ | Enthält Syntax-Dateien für verschiedene Editoren, sodass AutoIt-Code schön dargestellt weren kann. | |
Exe2Aut\ | Enthält einen Decompiler für Exe-Dateien, die mit einer AutoIt-Version cor 3.2.5.1 kompiliert wurden. | |
SQLite\ | Enthält die SQLite.exe und eine Hilfe. | |
v2_to_v3_Converter\ | Enthält ein Werkzeug, um Skripte aus v2.64 in v3 zu konvertieren. | |
Icons | ||
Contains icons used for the .au3 filetype icon in Explorer. | ||
Include | ||
Contains standard include files (pre-written user functions). See the Library Functions) | ||
AutoItX | ||
Contains a DLL version of AutoIt v3 that provides a subset of the features of AutoIt via an ActiveX/COM and DLL interface. | ||
SciTe | ||
Contains a light version of SciTe which allows syntax coloring. |
It should be repeated that to run AutoIt scripts, the only required file is AutoIt3.exe. If you compile a script into an executable then a user does not require AutoIt to be installed to run that compiled executable.
(exception: Under Windows NT 4 the file PSAPI.dll needs to be in the path or AutoIt directory for the Process...() related functions to work)
The AutoIt installer creates registry keys under HKEY_LOCAL_MACHINE\Software\AutoIt v3 and HKEY_CURRENT_USER\Software\AutoIt v3. The keys are NOT used/created when AutoIt utilities are run on machines that lack a full AutoIt installation--AutoIt is "clean" to run on servers, etc.
The table below shows the default (or typical) registry keys. The keys in italic are not created by the installer itself but by the first execution of the corresponding utility:HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\ | ||||
AutoIt | ||||
(Default) | REG_SZ | (value not set) | ||
InstallDir | REG_SZ | C:\Program Files\AutoIt3 | ||
Version | REG_SZ | Version Number | ||
HKEY_CURRENT_USER\Software\AutoIt v3\ | ||||
Aut2Exe | ||||
(Default) | REG_SZ | (value not set) | ||
AllowDecompile | REG_DWORD | 0x1 | ||
LastCompression | REG_DWORD | 0x2 | ||
LastExeDir | REG_SZ | My Documents | ||
LastIcon | REG_SZ | |||
LastIconDir | REG_SZ | C:\Program Files\AutoIt3\Aut2Exe\Icons | ||
LastScriptDir | REG_SZ | My Documents | ||
AutoUpdateIt | ||||
(Default) | REG_SZ | (value not set) | ||
DoneOption | REG_SZ | Notify | ||
DownloadDir | REG_SZ | C:\Downloads\ForExample\ | ||
Exe2Aut | ||||
(Default) | REG_SZ | (value not set) | ||
LastExeDir | REG_SZ | C:\ForExample\ | ||
LastScriptDir | REG_SZ | |||
AU3Info | ||||
Default | REG_SZ | (value not set) | ||
AlwaysOnTop | REG_DWORD | 0x1 | ||
ColorMode | REG_DWORD | 0x1 | ||
CoordMode | REG_DWORD | 0x1 | ||
HighlightColor | REG_DWORD | 0x0 | ||
HighlightControls | REG_DWORD | 0x1 | ||
Magnify | REG_DWORD | 0x0 | ||
WinH | REG_DWORD | 0x01c2 | ||
WinW | REG_DWORD | 0x012c | ||
WinX | REG_DWORD | 0x0064 | ||
WinY | REG_DWORD | 0x0064 |