Hello,
In order to achieve that, you need a launch condition that whenever the process is running will stop the installation and inform the user.
You can detect if a process is running by using a "DetectProcess" predefined custom action. You can add this custom action
in the "Wizard DIalogs Stage" after the "Searches" action group. Please note that this custom action will set
the
public property : "AI_RUNNING_STATE" with the two possible values:
Running - the process is running
Stopped - the process is stopped
You will further use this property "AI_PROCESS_STATE" in a launch condition. For that go to the "Launch Conditions" page and
in the "Custom" tab add a new Launch Condition. In the "Condition" field you will have
AI_PROCESS_STATE <> "Running" .
In the "Description" field write a useful message for the user.
Best regards,
Dan