Creating a Setup Project for multiple applications in Visual Studio
问题 Suppose I have two application - App A and App B which are already created and are working fine. Now I want to create a new setup project which can be used to create a setup file for both of the applications. Can this be possible of creating a setup file for installing both apps? Also I want to perform the installation in such a way that - once the App A is installed then only the installation of App B should begin. Thanks. 回答1: With VS setup projects you can create one setup (I assume you