|
-
Sep 1st, 2006, 07:24 AM
#1
Thread Starter
Lively Member
Deployment Synchronisation..Please Help
I have a project in the server that still needs regular updates.I am using my PC as a deployment centre,and then distributing it to the other users by re-running the setup.exe file in each client PC(about 40 of them).Which means everytime i do updates to the project ,I will have to rebuild both the solution and setup projects in my PC and re run setups in the clients PCs.How can I synchronise this repititive and tiring job??I mean update should be done only once centrally....without disturbing the users....
Please help
-
Sep 1st, 2006, 12:42 PM
#2
Re: Deployment Synchronisation..Please Help
If you have not added any references or components to your application then you only need to redistribute the exe. You could place this file on the network and have you app automatically check to see if this file is an updated version and if so copy it to the user's pc. That will be the extent of your update.
What setup app are you currently using?
-
Sep 5th, 2006, 02:01 AM
#3
Thread Starter
Lively Member
Re: Deployment Synchronisation..Please Help
I have created a setup project ( window installer) in my main project.Hence am using it to redistribute to other users ,everytime i do updates I have to rerun setup.Any other way around??
-
Sep 5th, 2006, 02:08 AM
#4
Re: Deployment Synchronisation..Please Help
If you have not added any new references or components all you need to re-distribute is the exe for an update.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|