Job Management Partner 1/Software Distribution Automatic Installation Tool Description and Reference
The AIT language supports various types of API functions to carry out standard operations. The API functions can be categorized as follows:
integer intvar1;
string Caption;
string Stringvar1, Stringvar2;
...
...
AIT_LogMessage("SAMPLE FUNCTION CALL"); // Function call
if(AIT_FocusWindow("Installable-Setup","#32770"))
// Return value of the function is used in the expression.
AIT_LogMessage("INSIDE Installable Software SETUP");
// Executed
AIT_PlayKey("{Enter}");
endif;
// Check for the abnormal end of the called function
Caption = "Installable Software";
intvar1 = AIT_GetSubStr(Stringvar1, Stringvar2, 50);
// intvar1 is 0.
if(!intvar1)
AIT_LogMessage(AIT_GetErrorText(AIT_GetLastError()));
endif;
All Rights Reserved. Copyright (C) 2009, 2013, Hitachi, Ltd.
Copyright, patent, trademark, and other intellectual property rights related to the "TMEng.dll" file are owned exclusively by Trend Micro Incorporated.