473,399 Members | 3,401 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Partial update to an existing setup

I have installed a dotnet windows application setup on a local machine.

I want to dynamically add some more features, which a user can select from my website.

Now,once the user downloads that feature , it should dynamically go and embed that particular feature inside the original setup.

Can someone guide me; how to achieve this ?

NOTE: It should be similar to how pluggins are installed in Yahoo Messenger or Skype
Apr 29 '08 #1
1 965
Frinavale
9,735 Expert Mod 8TB
I have installed a dotnet windows application setup on a local machine.

I want to dynamically add some more features, which a user can select from my website.

Now,once the user downloads that feature , it should dynamically go and embed that particular feature inside the original setup.

Can someone guide me; how to achieve this ?

NOTE: It should be similar to how pluggins are installed in Yahoo Messenger or Skype
You are going to have to develop a Web Service.
A Web Service hosts a bunch of functions that can be consumed in many applications...eg a Web Service can be consumed in many applications.... .NET Desktop Application, ASP Application, Java Aplication....etc etc. This makes them very powerful. The are hosted on a Network (could be the Internet or could just be within your own network) and they just serve applications by providing methods that do stuff.

So, in your case you would write a function in your Web Service called something like "CheckForUpdates". Your desktop application would pass the "CheckForUpdates" function the update version of the desktop app. The Web Service would then do it's thing and pass back to the desktop application a list of stuff that needs to be downloaded to update the application...the application would then do the update....

Web Services are a huge topic and will require you to do some research before you actually implement this project.

Good luck!
-Frinny
Apr 29 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: erich | last post by:
In VS2005, creating a new form creates the form class and a partial (frm*.designer.vb) class file and displays the partial class beneath the main form frm*.vb, which is great. However, when...
4
by: MN | last post by:
I have to import a tab-delimited text file daily into Access through a macro. All of the data needs to be added to an existing table. Some of the data already exists but may be updated by the...
1
by: mm123 | last post by:
Hello All, I need to build a setup update which will update an existing installed version of my application. Going into further detail: I had developed an .msi using Visual Studio, that...
6
by: =?Utf-8?B?QWxleA==?= | last post by:
I upgraded a 2003 solution into a Web Application Project. When I converted one of the forms to a partial class, the page_load event isn't executing anymore. Is there anything else I need to do in...
5
by: Matthew Wilson | last post by:
I wrote some code to create a user and update a user on a remote box by sending emails to that remote box. When I was done, I realized that my create_user function and my update_user function were...
5
by: SAL | last post by:
Hello, I would like to be able to set the WHERE clause of a select statement on the fly. I have a DataAccess layer designed using the DataSet designer and a BusinessLogic layer using classes. The...
5
by: Sagar | last post by:
I am working on a migration project for a huge asp.net application now running in framwework 1.1 to dotnet 2.0 As a first step, I opened the .sln files of the project in VS.Net 2005. The...
2
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
I have a project I have created and a "Setup and Deployment" project that supports it. The Application installed, but whenever changes are required, my users are forced to go into the "Add/Remove...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.