Creating an Installer for a Service and an Application

N

Nick

I have multiple projects in a solution in VS 2003. I am using VB.net,
and I have an installer file that build and installs an application
with executable output. I also have a project and installer project
that creates a service. I would like to have these combined into
one .msi installer. How would I go about this? I have the service
installer checked in the configuration manager for the application
installation project, but it doesn't seem create the service.

How would I go about this?
thanks,
Nick
 
P

Patrick

Hi Nick,

I can't tell when you posted this, so it may be far too late to help you with this issue. Also, I'm not sure exactly how this works with VS2003, but the way to achieve this in VS2008 is to add the project output for all of the projects to your installer project.

I've posted a tutorial on creating an installer project that may have some info that helps you. The post can be found here:
http://www.avatar-soft.com/blog/arc...on-to-modify-application-config-settings.aspx



regards,
Patrick






Posted as a reply to:

Creating an Installer for a Service and an Application

I have multiple projects in a solution in VS 2003. I am using VB.net
and I have an installer file that build and installs an applicatio
with executable output. I also have a project and installer projec
that creates a service. I would like to have these combined int
one .msi installer. How would I go about this? I have the servic
installer checked in the configuration manager for the applicatio
installation project, but it doesn't seem create the service

How would I go about this
thanks
Nick

EggHeadCafe - Software Developer Portal of Choice
WCF Workflow Services Using External Data Exchange
http://www.eggheadcafe.com/tutorial...a-6dafb17b6d74/wcf-workflow-services-usi.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top