cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
subbu82
Level 3

How to Call an Exe from an Application Exe using Inshallshield

Hi,

I am new to Installshield can anyone guide me through the steps to achieve the following;

Currently in our project using the SSRS Report Services(ie; an EXE) installed prior to Main Application Installation(ie; an EXE) using installshield.

Now, How to call the SSRS Report Services(ie; an EXE) from the Main Installtion(ie; an EXE) using installshield.

Please assist me to proceed further.

Note:
In short way how to call a Exe (SSRS Report Service) from Main Application - Exe using Installshield. First the SSRS Report Service Exe need to complete the functioanlity and then process the Main Application (EXE).

Thanks.
Labels (1)
0 Kudos
(2) Replies
rrinblue22
Level 9

You would probably start with the "Prerequisite Editor" in InstallShield
0 Kudos
chriscw
Level 6

LaunchApp and LaunchAppAndWait are the script commands for calling a program from within Installshield. If you look them up in help you should find everything you need to know.
0 Kudos