Setup question

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

    #1

    Setup question

    Hi

    I am preparing the second major version of an app. The project is a copy of
    version 1 which has change made to it. What changes do I need to do for
    setup for v2 not tell me that there is already a previous version (version
    1) of the same app installed?

    Thanks

    Regards


  • Michel Posseth [MCP]

    #2
    Re: Setup question

    change the version numbers to a higher value
    and that`s it

    regards

    Michel Posseth





    "John" <John@nospam.in fovis.co.uk> schreef in bericht
    news:%23jtad8Lf GHA.2068@TK2MSF TNGP02.phx.gbl. ..[color=blue]
    > Hi
    >
    > I am preparing the second major version of an app. The project is a copy
    > of version 1 which has change made to it. What changes do I need to do for
    > setup for v2 not tell me that there is already a previous version (version
    > 1) of the same app installed?
    >
    > Thanks
    >
    > Regards
    >
    >[/color]


    Comment

    • Phil Wilson

      #3
      Re: Setup question

      Also make sure the RemovePreviousV ersions project property is true, and that
      the UpgradeCode property is the same for both old and new versions.
      --
      Phil Wilson
      [Microsoft MVP-Windows Installer]
      Definitive Guide to Windows Installer


      "Michel Posseth [MCP]" <michel@posseth .com> wrote in message
      news:%23HzQfhNf GHA.4976@TK2MSF TNGP02.phx.gbl. ..[color=blue]
      > change the version numbers to a higher value
      > and that`s it
      >
      > regards
      >
      > Michel Posseth
      >
      >
      >
      >
      >
      > "John" <John@nospam.in fovis.co.uk> schreef in bericht
      > news:%23jtad8Lf GHA.2068@TK2MSF TNGP02.phx.gbl. ..[color=green]
      >> Hi
      >>
      >> I am preparing the second major version of an app. The project is a copy
      >> of version 1 which has change made to it. What changes do I need to do
      >> for setup for v2 not tell me that there is already a previous version
      >> (version 1) of the same app installed?
      >>
      >> Thanks
      >>
      >> Regards
      >>
      >>[/color]
      >
      >[/color]


      Comment

      • John

        #4
        Re: Setup question

        Well I want to keep the old version while they are testing the new version.

        Regards

        "Phil Wilson" <pdjwilson@nosp am.cox.net> wrote in message
        news:%23Re8PUQf GHA.1792@TK2MSF TNGP03.phx.gbl. ..[color=blue]
        > Also make sure the RemovePreviousV ersions project property is true, and
        > that the UpgradeCode property is the same for both old and new versions.
        > --
        > Phil Wilson
        > [Microsoft MVP-Windows Installer]
        > Definitive Guide to Windows Installer
        > http://apress.com/book/bookDisplay.html?bID=280
        >
        > "Michel Posseth [MCP]" <michel@posseth .com> wrote in message
        > news:%23HzQfhNf GHA.4976@TK2MSF TNGP02.phx.gbl. ..[color=green]
        >> change the version numbers to a higher value
        >> and that`s it
        >>
        >> regards
        >>
        >> Michel Posseth
        >>
        >>
        >>
        >>
        >>
        >> "John" <John@nospam.in fovis.co.uk> schreef in bericht
        >> news:%23jtad8Lf GHA.2068@TK2MSF TNGP02.phx.gbl. ..[color=darkred]
        >>> Hi
        >>>
        >>> I am preparing the second major version of an app. The project is a copy
        >>> of version 1 which has change made to it. What changes do I need to do
        >>> for setup for v2 not tell me that there is already a previous version
        >>> (version 1) of the same app installed?
        >>>
        >>> Thanks
        >>>
        >>> Regards
        >>>
        >>>[/color]
        >>
        >>[/color]
        >
        >[/color]


        Comment

        • Phil Wilson

          #5
          Re: Setup question

          I'm not sure what you're getting at. Once the MSI file from the first
          version is shipped, you're done. The way to ship an upgrade is to ship a new
          MSI file that uses RemovePreviousV ersions. What do you want to keep the old
          version of? The setup project? If so, just copy the project somewhere as
          backup then build the new one. If you mean the old version of the MSI file,
          same thing - just save it somewhere.
          --
          Phil Wilson [MVP Windows Installer]
          ----
          "John" <John@nospam.in fovis.co.uk> wrote in message
          news:%23osswjQf GHA.5104@TK2MSF TNGP04.phx.gbl. ..[color=blue]
          > Well I want to keep the old version while they are testing the new
          > version.
          >
          > Regards
          >
          > "Phil Wilson" <pdjwilson@nosp am.cox.net> wrote in message
          > news:%23Re8PUQf GHA.1792@TK2MSF TNGP03.phx.gbl. ..[color=green]
          >> Also make sure the RemovePreviousV ersions project property is true, and
          >> that the UpgradeCode property is the same for both old and new versions.
          >> --
          >> Phil Wilson
          >> [Microsoft MVP-Windows Installer]
          >> Definitive Guide to Windows Installer
          >> http://apress.com/book/bookDisplay.html?bID=280
          >>
          >> "Michel Posseth [MCP]" <michel@posseth .com> wrote in message
          >> news:%23HzQfhNf GHA.4976@TK2MSF TNGP02.phx.gbl. ..[color=darkred]
          >>> change the version numbers to a higher value
          >>> and that`s it
          >>>
          >>> regards
          >>>
          >>> Michel Posseth
          >>>
          >>>
          >>>
          >>>
          >>>
          >>> "John" <John@nospam.in fovis.co.uk> schreef in bericht
          >>> news:%23jtad8Lf GHA.2068@TK2MSF TNGP02.phx.gbl. ..
          >>>> Hi
          >>>>
          >>>> I am preparing the second major version of an app. The project is a
          >>>> copy of version 1 which has change made to it. What changes do I need
          >>>> to do for setup for v2 not tell me that there is already a previous
          >>>> version (version 1) of the same app installed?
          >>>>
          >>>> Thanks
          >>>>
          >>>> Regards
          >>>>
          >>>>
          >>>
          >>>[/color]
          >>
          >>[/color]
          >
          >[/color]


          Comment

          • John

            #6
            Re: Setup question

            No, I mean I don't want the previous version of the app removed as it may be
            need while the newer (this) version is being tested.

            "Phil Wilson" <Phil.Wilson@un isys.spamcom> wrote in message
            news:O%23ZkGodf GHA.356@TK2MSFT NGP02.phx.gbl.. .[color=blue]
            > I'm not sure what you're getting at. Once the MSI file from the first
            > version is shipped, you're done. The way to ship an upgrade is to ship a
            > new MSI file that uses RemovePreviousV ersions. What do you want to keep
            > the old version of? The setup project? If so, just copy the project
            > somewhere as backup then build the new one. If you mean the old version of
            > the MSI file, same thing - just save it somewhere.
            > --
            > Phil Wilson [MVP Windows Installer]
            > ----
            > "John" <John@nospam.in fovis.co.uk> wrote in message
            > news:%23osswjQf GHA.5104@TK2MSF TNGP04.phx.gbl. ..[color=green]
            >> Well I want to keep the old version while they are testing the new
            >> version.
            >>
            >> Regards
            >>
            >> "Phil Wilson" <pdjwilson@nosp am.cox.net> wrote in message
            >> news:%23Re8PUQf GHA.1792@TK2MSF TNGP03.phx.gbl. ..[color=darkred]
            >>> Also make sure the RemovePreviousV ersions project property is true, and
            >>> that the UpgradeCode property is the same for both old and new versions.
            >>> --
            >>> Phil Wilson
            >>> [Microsoft MVP-Windows Installer]
            >>> Definitive Guide to Windows Installer
            >>> http://apress.com/book/bookDisplay.html?bID=280
            >>>
            >>> "Michel Posseth [MCP]" <michel@posseth .com> wrote in message
            >>> news:%23HzQfhNf GHA.4976@TK2MSF TNGP02.phx.gbl. ..
            >>>> change the version numbers to a higher value
            >>>> and that`s it
            >>>>
            >>>> regards
            >>>>
            >>>> Michel Posseth
            >>>>
            >>>>
            >>>>
            >>>>
            >>>>
            >>>> "John" <John@nospam.in fovis.co.uk> schreef in bericht
            >>>> news:%23jtad8Lf GHA.2068@TK2MSF TNGP02.phx.gbl. ..
            >>>>> Hi
            >>>>>
            >>>>> I am preparing the second major version of an app. The project is a
            >>>>> copy of version 1 which has change made to it. What changes do I need
            >>>>> to do for setup for v2 not tell me that there is already a previous
            >>>>> version (version 1) of the same app installed?
            >>>>>
            >>>>> Thanks
            >>>>>
            >>>>> Regards
            >>>>>
            >>>>>
            >>>>
            >>>>
            >>>
            >>>[/color]
            >>
            >>[/color]
            >
            >[/color]


            Comment

            • Phil Wilson

              #7
              Re: Setup question

              Well just create a completely new setup with a different productcode and
              different upgrade code, then it will look like a completely different app.
              It might be useful to change its name, shortcuts, install folder etc so it
              doesn't replace existing files. After that, this is really a question about
              whether you can have two copies of the app on the same system. The answer is
              usually no if there is COM, services, mutexes and other "one per system"
              items in your app.
              --
              Phil Wilson
              [Microsoft MVP-Windows Installer]

              "John" <John@nospam.in fovis.co.uk> wrote in message
              news:%23o8lGtef GHA.3652@TK2MSF TNGP02.phx.gbl. ..[color=blue]
              > No, I mean I don't want the previous version of the app removed as it may
              > be need while the newer (this) version is being tested.
              >
              > "Phil Wilson" <Phil.Wilson@un isys.spamcom> wrote in message
              > news:O%23ZkGodf GHA.356@TK2MSFT NGP02.phx.gbl.. .[color=green]
              >> I'm not sure what you're getting at. Once the MSI file from the first
              >> version is shipped, you're done. The way to ship an upgrade is to ship a
              >> new MSI file that uses RemovePreviousV ersions. What do you want to keep
              >> the old version of? The setup project? If so, just copy the project
              >> somewhere as backup then build the new one. If you mean the old version
              >> of the MSI file, same thing - just save it somewhere.
              >> --
              >> Phil Wilson [MVP Windows Installer]
              >> ----
              >> "John" <John@nospam.in fovis.co.uk> wrote in message
              >> news:%23osswjQf GHA.5104@TK2MSF TNGP04.phx.gbl. ..[color=darkred]
              >>> Well I want to keep the old version while they are testing the new
              >>> version.
              >>>
              >>> Regards
              >>>
              >>> "Phil Wilson" <pdjwilson@nosp am.cox.net> wrote in message
              >>> news:%23Re8PUQf GHA.1792@TK2MSF TNGP03.phx.gbl. ..
              >>>> Also make sure the RemovePreviousV ersions project property is true, and
              >>>> that the UpgradeCode property is the same for both old and new
              >>>> versions.
              >>>> --
              >>>> Phil Wilson
              >>>> [Microsoft MVP-Windows Installer]
              >>>> Definitive Guide to Windows Installer
              >>>> http://apress.com/book/bookDisplay.html?bID=280
              >>>>
              >>>> "Michel Posseth [MCP]" <michel@posseth .com> wrote in message
              >>>> news:%23HzQfhNf GHA.4976@TK2MSF TNGP02.phx.gbl. ..
              >>>>> change the version numbers to a higher value
              >>>>> and that`s it
              >>>>>
              >>>>> regards
              >>>>>
              >>>>> Michel Posseth
              >>>>>
              >>>>>
              >>>>>
              >>>>>
              >>>>>
              >>>>> "John" <John@nospam.in fovis.co.uk> schreef in bericht
              >>>>> news:%23jtad8Lf GHA.2068@TK2MSF TNGP02.phx.gbl. ..
              >>>>>> Hi
              >>>>>>
              >>>>>> I am preparing the second major version of an app. The project is a
              >>>>>> copy of version 1 which has change made to it. What changes do I need
              >>>>>> to do for setup for v2 not tell me that there is already a previous
              >>>>>> version (version 1) of the same app installed?
              >>>>>>
              >>>>>> Thanks
              >>>>>>
              >>>>>> Regards
              >>>>>>
              >>>>>>
              >>>>>
              >>>>>
              >>>>
              >>>>
              >>>
              >>>[/color]
              >>
              >>[/color]
              >
              >[/color]


              Comment

              Working...