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

. Does anyone knows the solution?
I'm using InstallShield Premier X (basic msi script).
Thanks in advance.