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

How execute a .exe in installshield

Hi Everybody,

I have a easy question for you !!

I'am using Installshield 2011 to create packages for my workoffice.

I have one file setup.exe and i want in my new installshield's package execute this .exe and others files.

I have make a test package but it's copy the setup.exe in my installdir. ?!:;*$^ù$ ?? :confused:

If you are any information for me ?!

Thanks !!!!!!
Labels (1)
0 Kudos
(3) Replies
rrinblue22
Level 9

To execute an .exe file within your installer use a custom action EXE.
this would trigger the required exe.

if this .exe is composed of MSI then you cannot run this custom action in InstallExecute sequence.

custom actions is the place you would need to start from
0 Kudos
filipe13
Level 2

Hello rrinblue22

Thanks for you're response,
i will test it !!!

😉
0 Kudos
rrinblue22
Level 9

if you are comfortable with script then you can use LaunchApplication or LaunchAppAndWait InstallScript functions...........
0 Kudos