Re: How Create Setup For Window Application with WebService in .NET by RobinS
RobinS
Thu Jan 03 22:09:12 CST 2008
Assuming you mean a Windows Forms application when you say "windows based
application", and assuming the webservice is not dependent on the WinForms
app
being present, you could use ClickOnce. Deploy the webservice as a
prerequisite
using the Bootstrapper, and deploy the application using ClickOnce.
The prerequisite can be a .exe installation package, or msi, or even just a
.Net program you want to run. You can use the bootstrapper manifest
generator
to add your own entries to the prerequisite list in Visual Studio.
The other thing we have considered is to include the webservice installation
in the application deployment, and then have the application actually
check for the necessity to install the webservice and do so if needed.
Good luck.
Robin S.
GoldMail, Inc.
-------------------
"Neeraj" <kneeraj01@gmail.com> wrote in message
news:4cec0de7-9c29-4968-b01f-6aaa13844e80@b1g2000pra.googlegroups.com...
> Hi
> I have an windows based application which is using the webservice.
> I want to create the One Setup which not only install the
> Application it should install the Webservice on given Virtual
> Directeriy. How can i merge to differnt thing in one setup
> Till Now i am creating two setup one for application and Other For
> WebSetup.
>
> If any one have idea please share with me
>
> thanks
> Neeraj