Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Installing 5 different projects using single setup
 

Installing 5 different projects using single setup

Hi!

I am planning to create a setup project for 5 different projects. Each of them will need different launch conditions. And one of these projects is a web application. Is there any way in VS to integrate all these installations? How can I check if Visual Studio SDK has been installed on the target machine? Do I need to check for corresponding registry entries?

Vivekananda  Monday, June 04, 2007 5:19 AM

There's nothing in VS that will chain these setup projects and run one after another. If only one of them is web setup, you could just make one setup project for the others, adding all the output and launch conditions etc.

What exactly is the Visual Studio SDK? I think maybe you mean the .NET Runtime redistributable, and that's what setup projects check for automatically anyway.

PhilWilson  Monday, June 04, 2007 7:43 PM

There's nothing in VS that will chain these setup projects and run one after another. If only one of them is web setup, you could just make one setup project for the others, adding all the output and launch conditions etc.

What exactly is the Visual Studio SDK? I think maybe you mean the .NET Runtime redistributable, and that's what setup projects check for automatically anyway.

PhilWilson  Monday, June 04, 2007 7:43 PM

Hey!

Wehave developed an adapter which would get installed, only if Visual Studio 2005 SDK is installed on the client machine. Is there anyway to identify whether VS SDK is installed on the client machine? Even Windows API will do.

Vivekananda  Wednesday, June 13, 2007 2:39 PM
I still don't understand what the Visual Studio SDK is. It's unusual to install an SDK on a client system, even if I knew what you meant. Normally you install a redistributable, like the .NET framework or the C++ runtime support.
PhilWilson  Wednesday, June 13, 2007 5:59 PM

You can use google to search for other answers

Custom Search

More Threads

• ClickOnce, custom controls and project references
• Bootstrapper Question
• question on the publish wizard
• Deployment Project - Install to Framework Folder
• ClickOnce - VS2008 Prof.Ed - .net 3.5 sp1 - Outlook 2007 addin
• issue changing config files of clickonce setup deployment.
• Double Quotes in a SQL Query..
• Where is Web Bootstrapper project compile option?
• Update app via website
• Struggling to integrate publish into our existing deployment mode