Hello,

Considering that I have two Bootstrapper wix projects
   1) BootStrapper1.exe that has chain
          <chain>
            <MsiPackage SourceFile="1.msi" />

          </chain>
   2) BootStrapper2.exe that has chain
          <chain>
            <MsiPackage SourceFile="2.msi" />

          </chain>

What would happen if my user runs BootStrapper1.exe and BootStrapper2.exe
at the same time?Would it install 1.msi and
2.msi at the same time or first install 1.msi->wait for the installservice
to be free and then install 2.msi.

Thanks & Regards,

Prantik Sarmah
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to