Link to home
Start Free TrialLog in
Avatar of emi_sastra
emi_sastra

asked on

Upgrade Application on Client.

Hi,

I have application that used by many client computers.
In order to avoid server overhead, the application is place at every client computers.

The problem is when there is upgrade then we have to copy to all of the client computers.

Please help to solve this problem.

Thank you.
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

You have many options.
1. You can use ClickOnce deployment which copies newer version if needed when the application starts.
2. You can run the application from a shared folder.
3. You can have a batch file that copies the files from a share folder to a local folder and then start the application.
4. ...
Avatar of emi_sastra
emi_sastra

ASKER

Hi emoreau,

1. How to do it?
2. Application is on the server? This is I am avoiding.
3. Usually I create shortcut from a local folder that the application is exist.  Could we change the default icon for the batch file?

Thank you.
1. http://msdn.microsoft.com/en-us/library/t71a733d(VS.80).aspx
3. Create a batch file and copy it on the desktop, then you can set to any icon you want.
3. How to compare file  on local computer to server and replace it with newest one from server?

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi emoreau,

I will learn them later, and use the best suite to me.

Thank you very much for your help.