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 to Launch msi app from my basic msi project


1 reply to this topic

alexxey

alexxey
  • Full Members
  • 2 posts

Posted 09 January 2007 - 11:08

hi to everyone. Does anyone khow how to launch msi application from custom script which i call from my installation process. Actually i've got 2 additional appliations that have to be launched before main installation process completed, first one is .exe, second one - .msi
When i call function for exe

if (LaunchAppAndWait (PROGRAM, "", nWait) < 0) then
bOK1 = FALSE;
endif;

it seems to be ok, but i can't launch another(.msi) application in this way mad.gif . Does anyone knows the solution?
I'm using InstallShield Premier X (basic msi script).
Thanks in advance. smile.gif


alexxey

alexxey
  • Full Members
  • 2 posts

Posted 09 January 2007 - 13:05

found one solution : create .bat and call it instead of msi