Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Include Multiple Applications in Setup
 

Include Multiple Applications in Setup

Hi All,

How do i create a setup in vs 2005, which shouldincludesetup of other projects and other applications like sql server and etc.

Any Help is higly appreciated.

Thanks

Fairozkhan

shahidferoz  Thursday, August 13, 2009 6:56 AM
It depends on how you want it to run. You can't run an MSI from an MSI. About all you could do is create an actual application (Console or Windows Apps, for example), and that application install, and then it would run the other installations.

Also, if the other apps are prerequisites, you can deploy them as prerequisites to the main project, and all will be installed.

Are you thinking of a setup & deployment package, or using the Publish tab in VS (ClickOnce)?

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Monday, August 17, 2009 8:53 AM

Hi,

We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

Aland Li


Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Wednesday, August 19, 2009 12:22 PM

You can use google to search for other answers

Custom Search

More Threads

• Urgent - VS Setup installer on vista 64 bit
• installer forces .net framework 3.5 dependency
• Click once deployment stopped working ... HELP!
• Deployment error vb .net
• Migrating from JApplet to WHAT ?
• Application cannot be started
• Publish to two Servers
• My .exe runs from the IDE, and from \bin\debug, but not when published...?
• Creating a property like TARGETDIR
• How can I have the setup files be installed onto the target machine?