Hello, I would like to ask on something. I have Installers A and B. The problem is, that the B installer depends on files from Installer A. So I want to run installer B from installer A. The problem is, that it can be done only from UserInterface Sequence - when files from A Installation are not installed yet and when I move it into Execute sequence it ends with error ("Another installation is running, please finish .. " ) Please, how to install installation B in / after Execute sequence of installer A ? Than you very much
Jan Barnet
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.

Run Another Installer From installation
Started by
jan.barnet
, Aug 28 2008 11:33
2 replies to this topic
Posted 09 September 2008 - 07:53
if they are both your Installprojects you may want to consider setting installer A as prerequiste of installer B
if that can't be done you might want to try to create a custom action (use the CA wizard) with "install another .msi package" and "installed with the product" and put it in the execute sequence after InstallFinalize but before DLLWrapCleanup.
bye Ralf
if that can't be done you might want to try to create a custom action (use the CA wizard) with "install another .msi package" and "installed with the product" and put it in the execute sequence after InstallFinalize but before DLLWrapCleanup.
bye Ralf
CU rj2Skipper<a href="http://www.ferrari-electronic.de" target='_blank'></a>
Posted 09 September 2008 - 13:26
Have you considered taking the files common to both and putting them in a merge module that both A and B can then consume?
If that is not a possiblility, you can make A a prerequisite for B. Or, you could check for the presence of A (or of one of required files) and set a launch condition to abort B if A is not installed.
If that is not a possiblility, you can make A a prerequisite for B. Or, you could check for the presence of A (or of one of required files) and set a launch condition to abort B if A is not installed.
Kathy Morey
Synergy Software Engineer
ProfitStars, a Jack Henry Company
kmorey@profitstars.com
Synergy Software Engineer
ProfitStars, a Jack Henry Company
kmorey@profitstars.com