Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How can i call other Msi setup from my Basic Msi..


1 reply to this topic

Silverlay

Silverlay
  • Members
  • 68 posts

Posted 08 December 2004 - 16:22

How can i call other Msi setup from my Basic Msi project?

I'm creating CustomAction to run other msi packege but it doesn't work ...
I'm tried to do LaunchAppAndWait, but it is also doesn't work ...
I'm also tried to DoInstall, but ...

With all this operations i'm try do install JDK 1.4.05 size: 44 Mb

How can i run it in other way ...

Bonum initium est dimidium facti

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 December 2004 - 17:17

You could use a nested install custom action, but these are problematic and you'd better avoid them.
A good solution would be launching the JDK from the setup.exe launcher. In InstallSiheld X or above you can use the Setup Prerequisites feature. Java Runtime 1.4.2_03 is already included, but you can add your own prerequisites.