cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mazumder
Level 2

Incorporate 3rd Party executable

Hi,

I am using Install Shield 2022 , can you provide help as how to incorporate a 3rd party executable

with Install Shield.

Thnaks,

Mita

 

 

Labels (1)
0 Kudos
(4) Replies
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

Hello Paromita,

There are a couple of methods that would allow you to do this:


Prerequisite
----------------

Installshield comes with a prerequisite editor which will enable you to create a prerequisite for the setup.exe.
This will allow you to create your own conditions to determine when (or if) the setup.exe should be run.
A prerequisite is run before the main installation package of your project and will wrap everything together within another setup.exe

More information on prerequisites can be found here:
https://docs.revenera.com/installshield28helplib/helplibrary/CreatingPrereq.htm#definingprerequisites_3074013017_1037308


Suite Installer
------------------

A suite project is available within our Installshield Premier Edition, and it allows multiple installation packages to be wrapped within a setup.exe as a "suite" of packages. This approach provides more functionality that a prerequisite, so it would depend on your requirements on which you would need.

More information on suite projects can be found here:
https://docs.revenera.com/installshield28helplib/helplibrary/SteCreatingSuites.htm?

I hope this helps,
Stuart

0 Kudos

Hi Stuart,
Can you send me a an example prerequisite file for a 3rd party executable, I am using a basic Install Shield not the Premier Edition.
If you have a video snippet showing how to create the perquisite file and how to set the conditions that will be very helpful.

Thanks,
Paromita
0 Kudos
varul
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @mazumder 

 You can refer below Kb article, 

https://community.flexera.com/t5/InstallShield-Knowledge-Base/How-to-Create-Custom-Prerequisites-in-Installshield/ta-p/146890

 On prq condition you need to check which best suites for your case and then find that condition and add it, as shown in above Kb article.

You can also refer our help document for prq.

https://docs.revenera.com/installshield24helplib/helplibrary/SetupPrereqEditor.htm#ref-prereqeditor_1557969797_1021193

0 Kudos
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

As a quick addition - For Prerequisite examples, you can look at the prerequisites that we provide with Installshield.

Installation Designer > APPLICATION DATA > Redistributables

Right Click a Prerequisite, and select "Edit Prerequisite" - this will open the Prerequisite Editor with those settings. If you view a few it will give you a good idea of how functioning prerequisites look.

0 Kudos