Installation Events Panel
Project:This information applies to the following project types:
• | Basic MSI |
• | DIM |
• | InstallScript MSI |
• | Merge Module |
• | MSI Database |
• | MSM Database |
This panel offers you standard options for controlling the service during your product’s installation.
Setting |
Description |
Trigger the following events when the component is installed |
Click this option to enable the installation control events. |
Start the service |
This event starts the service when the component is installed. Specifically, it is started by the Start Services action in your setup’s Installation sequence. Specify any command-line parameters to be used for launching the service in the Arguments field. |
Arguments |
Specify any arguments that you want passed to the service when it is started. Separate each argument with a comma. |
Stop the service |
This event stops the service when the component is installed. It is stopped by the Stop Services action in your setup’s Installation sequence. |
Delete the service |
This event deletes the service when the component is installed. It is deleted by the Delete Services action in your setup’s Installation sequence. |
No event (do nothing) |
Select this option if you do not need to control this service during your product’s setup. This option cancels any of the above events. |