ClickOnce & branch of versions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joe

    ClickOnce & branch of versions

    Hello to all!

    I have an interessting question here concerning ClickOnce technology.

    I have a .NET 3.5 Windows application that is deployed on client
    computer via ClickOnce. The version is 1.0.0.0. Now I want my users to
    get the lastest updates for the 1.X.X.X versions. That is not a
    problem and easy to do. Of course. However when the time will come to
    upgrade to 2.0.0.0 I want every clients with the 1.X.X.X installed TO
    NOT UPGRADE to the lastest version. In other words I want to force
    them to buy the new 2.0.0.0 version and the subsequent upgrades like
    2.1.0.0 etc. The same for version 3.0.0.0 and so on.

    Is there a way to implement this easily using ClickOnce? I must read
    on ClickOnce because I am new to it. But I ask you here to save some
    time maybe. I think about some code in the main just before the
    ClickOnce start updating. A version check can be done there.

    Thanks a lot.
    Joe
  • RobinS

    #2
    Re: ClickOnce & branch of versions

    Don't multi-post. If you want to post to multiple newsgroups, post to all of
    them at once, so if the question is answered in one group, it shows up in
    the other ones.

    I answered this in microsoft.publi c.dotnet.genera l.

    RobinS.

    "Joe" <jonathanpoulin @globetrotter.n etwrote in message
    news:d7909bf4-c9ca-4c55-b7a7-f75cc4c101ec@s1 2g2000prg.googl egroups.com...
    Hello to all!
    >
    I have an interessting question here concerning ClickOnce technology.
    >
    I have a .NET 3.5 Windows application that is deployed on client
    computer via ClickOnce. The version is 1.0.0.0. Now I want my users to
    get the lastest updates for the 1.X.X.X versions. That is not a
    problem and easy to do. Of course. However when the time will come to
    upgrade to 2.0.0.0 I want every clients with the 1.X.X.X installed TO
    NOT UPGRADE to the lastest version. In other words I want to force
    them to buy the new 2.0.0.0 version and the subsequent upgrades like
    2.1.0.0 etc. The same for version 3.0.0.0 and so on.
    >
    Is there a way to implement this easily using ClickOnce? I must read
    on ClickOnce because I am new to it. But I ask you here to save some
    time maybe. I think about some code in the main just before the
    ClickOnce start updating. A version check can be done there.
    >
    Thanks a lot.
    Joe

    Comment

    Working...