Results 1 to 4 of 4

Thread: Deployment Synchronisation..Please Help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2005
    Posts
    95

    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

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2005
    Posts
    95

    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??

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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
  •  



Click Here to Expand Forum to Full Width