Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / January 2008

Tip: Looking for answers? Try searching our database.

How Create Setup For Window Application with WebService in .NET

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Neeraj - 20 Dec 2007 06:43 GMT
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
RobinS - 04 Jan 2008 04:09 GMT
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.
-------------------

> Hi
>   I have an windows based application which is using the webservice.
[quoted text clipped - 8 lines]
> thanks
> Neeraj

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.