user1058410
user1058410

Reputation: 135

packaging and running a third party installer with my install4j installer

Sorry for asking a question so similar to the last install4j question, but I have a similar problem. I need to package third party installers with my install4j installer that need to run before my application is installed. I'm currently unable to host the other packages, so the only option I see is to package them with my installer. Is there a way to do this?

Upvotes: 2

Views: 297

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48105

  1. Add the third-party installers on "Installer->Custom Code & Resources"

  2. Add "Run executable" actions in your installer and reference the third-party installers with ${installer:sys.resourceDir}/executable.exe

Upvotes: 2

Related Questions