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

installer integration in new installer

Hi friends,

I am creating installer for .net windows application. It is working fine.

I have one more software which is developed in JAVA. I have already an installer of that software.

Now I want integrating this installer with my new installer, so that I can install both application using one installer itself.

But I am getting how to do that? (May be using merge module)

Can you please help me to sort out this problem.

It's very urgent.


Thanks,
Manesh
Labels (1)
0 Kudos
(1) Reply
chandu_mca06
Level 4

I guess your java project output file extn is .exe. If so you can use custom action to launch the exe file externally whenever you want to install your java installer. For this you can implement your own logic using installscript or use can use readymade custom action you can easily identify by custom action name itself.

It might be helpful to you.
0 Kudos