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.
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.
> 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
[quoted text clipped - 14 lines]
> > > project file into the other one and create additional setup file in it?
> > > Thanks.
Pucca - 23 Jul 2007 05:44 GMT
My manager wanted these 2 applications to be 2 stand-alone applications.
After these 2 are developed as 2 separated applications, now he would like me
to create a MS installation setup file that would install these 2 applicatons
with one executable so we can put it on the CD and the user would only need
to run " one" setup file to install both applications. Is this possible? If
not, any alternative ways to get this done like some kind of batch file or
something?

Signature
Thanks.
> 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
[quoted text clipped - 21 lines]
> > > > project file into the other one and create additional setup file in it?
> > > > Thanks.
ModelBuilder - 23 Jul 2007 12:38 GMT
Yes, you may include two executables in one installer.
> My manager wanted these 2 applications to be 2 stand-alone applications.
> After these 2 are developed as 2 separated applications, now he would like me
[quoted text clipped - 29 lines]
> > > > > project file into the other one and create additional setup file in it?
> > > > > Thanks.
Pucca - 23 Jul 2007 05:46 GMT
What about "PostBuildEvent" property in the Setup project? What is this for?
Can I configure it to run the 2nd application's setup command in here?

Signature
Thanks.
> 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
[quoted text clipped - 21 lines]
> > > > project file into the other one and create additional setup file in it?
> > > > Thanks.
ModelBuilder - 23 Jul 2007 12:40 GMT
You could do your second install here. I have used this to register an
extension to a commercial product (think of a toolbar to IE/Outlook). You
might also run a registration step where the user sends an email to the
manufacturer with comments.
> What about "PostBuildEvent" property in the Setup project? What is this for?
> Can I configure it to run the 2nd application's setup command in here?
[quoted text clipped - 24 lines]
> > > > > project file into the other one and create additional setup file in it?
> > > > > Thanks.