|
-
Nov 2nd, 2007, 04:27 AM
#1
Thread Starter
Member
How to create Installer which combine both Webapp & Windows Service
Hi, I have developed 2 projects: a Web application using ASP.NET, and a Windows Service using VB.NET. I'm running on Visual Studio 2005.
Now that I am creating the deployment for the above projects. Currently these 2 projects are having individual Setup file for installation. User will have to install one after another.
I would like to make User's life easier. My question is, how can I combine both the Setup files become 1 Setup file, so that when User run this Setup.exe file, it will install both the Web application as well as the Windows Service on their machine.
Please advice, thanks!!!
-
Nov 2nd, 2007, 03:32 PM
#2
Re: How to create Installer which combine both Webapp & Windows Service
I hear that VB 2005 deployment package has the ability to run other packages (installations). If not you can use Inno Setup which definitely has that ability.
-
Nov 4th, 2007, 04:25 AM
#3
Thread Starter
Member
Re: How to create Installer which combine both Webapp & Windows Service
 Originally Posted by randem
I hear that VB 2005 deployment package has the ability to run other packages (installations). If not you can use Inno Setup which definitely has that ability.
thx for the reply but i dont think Inno Setup is what I'm looking for. It is just a normal Packaging Tools. Do you understand what i'm trying to achieve?
-
Nov 4th, 2007, 02:25 PM
#4
Re: How to create Installer which combine both Webapp & Windows Service
I'm an installation expert... Maybe you don't understand...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|