We have created an installer (setup project) which has a handful of DLLs to
support a main application, and several helper applications. I will point
out that we had a single target directory. This may present some issues, I
suppose. I know we have also spun off separate installers, which have their
own target. This may work for you. It should also be pointed out that you
may have multiple installer projects in your solution.
Pucca said:
These are 2 are 2 separate stand-alone application. I don't necessary have
to combine them into 1 solution but what I need is a setup file(.msi) that
would install both application. Is there another way to do this besides
trying to merge them together? Thanks.
--
Thanks.
:
Pucca,
From a high level view, that is how I would do it. Hopefully, there
isn't anything out of the ordinary that you are doing which would hinder you
in combining the two.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Hi, I'm using vs2005, .net 2 for windows application. I have 2 solutions
that I would like to consolidate into and have just one installation .msi
for
them, is this possible? So I just just copy and move one of the
solution's
project file into the other one and create additional setup file in it?
Thanks.