Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Distribution Function Administration Guide


18.2.4 ERROR

The ERROR section contains the statements to be executed if the installation abnormally terminates. You can code this section to notify the agent of the return code for the result of installation.

If an error occurs during execution of an AIT file, control moves to this section.

Organization of this subsection

(1) Example of coding

ERROR
{
   WINH = AIT_RegisterWindowMessage("ITM_REC_QUIT");
     if  (WINH != 0)
       AIT_PostMessage (HWND_BROADCAST,WINH,-1,0);
     endif;
}