Setup and Deployment to deploy 2 different applications

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rizwan6feb
    New Member
    • Jul 2007
    • 108

    Setup and Deployment to deploy 2 different applications

    I have 2 different VB.Net applications. How can i deploy these two applications with a single installer package.
  • aryanbs
    New Member
    • Mar 2009
    • 42

    #2
    Create a setup and deplyment project, add primary output from both, create desktop shortcuts and start menu shortcuts as required.

    Comment

    • blowdoof
      New Member
      • Mar 2009
      • 7

      #3
      or create a blank solution, add both projects as existing projects. Then define dependencies and create a new setup project under that same solution

      Comment

      Working...