|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hi,
I am using Visual Studio 2008 Setup and Deployment process. We have a application which has two prerequisites. The prerequisites are developed by two separate teams and are uploaded to two different URLs. How can I point my application MSI to download the two prerequisites from different locations? Thanks. |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
This is a generic Windows Installer forum, you have a specific Visual Studio
question, so you could try asking here: http://social.msdn.microsoft.com/For...ssetup/threads the VS setups forum. I think the answer is that you can't do it. That UI to choose the location is a radio button so you only get one choice of download location. I can't believe one of those two groups can't change what they do ;-) -- Phil Wilson The Definitive Guide to Windows Installer http://www.apress.com/book/view/1590592972 "vizagboy" <vizagboy@discussions.microsoft.com> wrote in message news:96D09480-418C-4DDE-8DFE-B8C662B40A96@microsoft.com... > Hi, > > I am using Visual Studio 2008 Setup and Deployment process. We have a > application which has two prerequisites. The prerequisites are developed > by > two separate teams and are uploaded to two different URLs. How can I point > my > application MSI to download the two prerequisites from different > locations? > > Thanks. |
|