question

HemanthB-9452 avatar image
0 Votes"
HemanthB-9452 asked JackJJun-MSFT answered

Creating a setup which installs 2 applications - Visual Studio

I created a application A in C# and now I created another application B in a new Visual Studio Project. Now I want to combine both the applications into one setup. How can I do that?

dotnet-csharp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JackJJun-MSFT avatar image
0 Votes"
JackJJun-MSFT answered

Hello, @HemanthB-9452

Based on my research, it is very hard for us to combine two different apps to one setup.
If you both need the functions from two apps, I recommend that you can create a new application to combine the functions of these two applications, and then you can publish this new application.

Hope my advice can help you

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.