Groups | Blog | Home
all groups > visual studio .net setup > june 2006 >

visual studio .net setup : install calls another install


Nevikski
6/16/2006 12:00:00 AM
Hi There

We have a vs.2005 install which works fine, one of its jobs is to call a
external app which in turn will fire the postgresql msi.
This is where is fails, the postgre msi fires then stops because another
install, (our first one) is still running. Question is how do we let the
first intall complete before the second one starts?

Thanks in advance

Phil Wilson
6/16/2006 9:41:00 AM
People typically do this with a bootstrapper (or chainer that does each MSI
in turn). The framework is MSI-based, so that has the same behavior, and you
can solve it with a bootstrapper type of program that installs your MSI then
the other one, if that's the order you want. You can use the
MsiInstallProduct API or just use msiexec.exe /i <path to the msi>
--
Phil Wilson [MVP Windows Installer]
----
[quoted text, click to view]

Starbuck
6/17/2006 12:00:00 AM
Thanks Phil



--
Nevikski
www.kevsbox.com
[quoted text, click to view]

AddThis Social Bookmark Button