PC Review


Reply
Thread Tools Rate Thread

How Create Setup For Window Application with WebService in .NET

 
 
Neeraj
Guest
Posts: n/a
 
      20th Dec 2007
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
 
Reply With Quote
 
 
 
 
RobinS
Guest
Posts: n/a
 
      4th Jan 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" <(E-Mail Removed)> wrote in message
news:4cec0de7-9c29-4968-b01f-(E-Mail Removed)...
> 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


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BUG: Dataset Returned From A XML WebService Containing Error Data Caused Exeption To Be Thrown In A Window Form Application Programatix Microsoft Dot NET Framework Forms 6 4th Sep 2003 11:31 AM
BUG: Dataset Returned From A XML WebService Containing Error Data Caused Exeption To Be Thrown In A Window Form Application Programatix Microsoft Dot NET 8 4th Sep 2003 11:31 AM
BUG: Dataset Returned From A XML WebService Containing Error Data Caused Exeption To Be Thrown In A Window Form Application Programatix Microsoft Dot NET Framework 6 4th Sep 2003 11:31 AM
BUG: Dataset Returned From A XML WebService Containing Error Data Caused Exeption To Be Thrown In A Window Form Application Programatix Microsoft ADO .NET 6 4th Sep 2003 11:31 AM
BUG: Dataset Returned From A XML WebService Containing Error Data Caused Exeption To Be Thrown In A Window Form Application Programatix Microsoft VB .NET 6 4th Sep 2003 11:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:22 PM.