InsPreErrActions and InsPostErrActions Sections of Actions.sxp

The InsPreErrActions and InsPostErrActions sections of the actions.sxp archive file can have the following entries:

Program_call_1[,timeout]

optional

:

 

Program_call_m[,timeout]

optional

Program_call

Specifies the program path with parameters. This program call is executed in the phase of the section from which it is called. Only *.exe, *.com, and *.bat files can be called. The sequence of calls is 1-m.

Always specify the full path name and file extension of the program to be called. Since the path may contain Blanks (spaces), enclose it in quotation marks!

If the program call is created using the internal $(SxpSrvRelDir) parameter, the path in the DeiPreActions and DeiPostActions sections must not contain Blanks (spaces).

If the executed program asynchronously starts other programs and termniates, these spawned programs are not monitored.

timeout

Specifies the number of minutes that can elapse before the started program is terminated. If the program continues running past the timeout period, the Installer tries to stop the program, cancels the installation, and displays an appropriate error message.