Results 1 to 8 of 8

Thread: how to distribute updates

  1. #1

    Thread Starter
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    Question how to distribute updates

    with vb.net 05 + access 03

    kindly can some one guide me

    what is a software update
    how it is connected with version number of my application
    and how to distribute it

    i mean i have already distributed the application but i have made some modifications to it & i want to distribute it as an version update ( of course replacing the .exe file will do the job) but i feel ugly.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: how to distribute updates

    Quote Originally Posted by make me rain View Post
    but i feel ugly.
    I'm sure you're pretty on the inside.

    How to deploy an update depends on how you deployed the original app.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    Re: how to distribute updates

    thanks for reply

    this means that reinstalling the application with new built
    if so
    the same program will get installed twice ( i tried this )
    in this case if the prior version gets deleted then fine

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: how to distribute updates

    My implication was that you would tell us how you deployed your app in the first place. For instance, did you use ClickOnce publishing? Did you use a Setup project? Did you use something else?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    PowerPoster make me rain's Avatar
    Join Date
    Sep 2008
    Location
    india/Hubli
    Posts
    2,208

    Question Re: how to distribute updates

    sorry
    it was setup package

    i used inno setup wizard

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: how to distribute updates

    Then this is a question about Inno and not VB.NET, so it belongs in the Deployment forum. I've asked the mods to move it.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to distribute updates

    And the mods have listened... Moved To Application Deployment

  8. #8
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: how to distribute updates

    I imagine that the Inno products handle package versioning in some proprietary way.

    If you have an edition of VS that supports Installer projects I'm sure you could manage it there using standard techniques (Product code/Upgrade code). Inno doesn't use the Windows Installer infrastructure though.

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