Installation Project

  • Thread starter Thread starter eyal
  • Start date Start date
E

eyal

Hi,

I'm trying to run another installation from my own installation with
custom action.
the only problem i'm having that i want my installation to wait till
all other installations are done.
 
Hello, eyal!
You wrote on 2 Sep 2006 10:37:34 -0700:

e> I'm trying to run another installation from my own installation with
e> custom action.
e> the only problem i'm having that i want my installation to wait till
e> all other installations are done.

You can use bootstrapping for this
(
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/bootstrapping.asp )

For additional info
(
http://blogs.msdn.com/windows_installer_team/archive/2005/11/09/487559.aspx
)
( http://blogs.msdn.com/heaths/archive/2006/01/23/516454.aspx )
 
Back
Top