Skip to content

AfterCreateComponent

Script applications that are called by this interface are used to influence a newly created component. The interface starts the associated script application as soon as a user has created a new component. If an error occurs, the component is removed again.

Command lines for this script application

Without agents:

AfterCreateComponent.exe /ConfigFileW:[absolute path of the interface file] /rd:[path of the server archive] /at:s

When using agents:

AfterCreateComponent.exe /ConfigFileW:[absolute path of the interface file] /rd:[path of the agent archive] /at:s

Description of the interface file

The [Common], [Component], [User] and [Result] sectiobs are described in General sections of the interface file.

Section Specific

In the [Specific] section, the following keys can be configurated:

Key I/O Description Values
WorkingDir I Full path of the component's working directory
Mode I Indicates whether the component was newly created or copied. Create: The component was newly created.
Copy: The component was copied over another component.