Results 1 to 2 of 2

Thread: Deployment project upgrade help

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2007
    Posts
    43

    Deployment project upgrade help

    Hi,

    I have a deployment project which works fine and installs my application with no problems. But I was wondering how do I go about installing patches? For example, I have just made some updates to my application and want to patch the version I installed. Also, the application contains a blank database that is installed when the deployment file is first run, so when I patch the application I obviously do not want to overwrite the database. How do you go about doing this?

    Cheers,
    Lee.

  2. #2
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Deployment project upgrade help

    I do it like this;
    My program installs a lot of sample files from a resource file , price lists, rtf files etc, when the user edits them they are no longer sample files. In sub main I check if these files exit on the users machine, if not they are retrieved from a custom resource in a resource file. Have not tried putting a database in there, but it should work.
    Mine contains a .chm file, ini files, rtf files and txt files. I have even recently added a ocx file. This method works great for not overwriting users data. You just give them a new exe file like this:
    http://www.planet-source-code.com/vb...xtCodeId=69060
    Look here for resource information: http://support.microsoft.com/kb/q194409/
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

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