This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to Call an Exe from an Application Exe using Inshallshield
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 24, 2013
01:27 AM
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.
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.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 26, 2013
01:41 AM
You would probably start with the "Prerequisite Editor" in InstallShield
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 06, 2013
07:36 AM
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.