setup install 'error' - Application already exists

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

    #1

    setup install 'error' - Application already exists

    Hi,

    I have created a setup project and have deployed the app. When I make
    changes and attempt to reinstall I get an error that I must remove installed
    version.

    How can I get my app. to automatically write over the original? Is there a
    way to say if version.x >version.y then install? Any other advice/comments
    would be greatly appreciated.

    Rgds, Phil


  • m.posseth

    #2
    Re: setup install 'error' - Application already exists

    Hi Phil ,

    if you made an installer project then overwritting is not an option , ( this
    is very wrong ,,,, as it potentially leaves garabage on the system ,
    registry settings etc etc )
    the idea is that you perform a deinstallation , and as i recall correctly
    this can be set to perform automaticly if you install a new version of your
    product.


    regards

    M. Posseth



    "Phil G." <Phil@nospam.co m> schreef in bericht
    news:dfsons$96g $1@nwrdmz02.dmz .ncs.ea.ibs-infra.bt.com...[color=blue]
    > Hi,
    >
    > I have created a setup project and have deployed the app. When I make
    > changes and attempt to reinstall I get an error that I must remove
    > installed version.
    >
    > How can I get my app. to automatically write over the original? Is there a
    > way to say if version.x >version.y then install? Any other advice/comments
    > would be greatly appreciated.
    >
    > Rgds, Phil
    >[/color]


    Comment

    • m.posseth

      #3
      Re: setup install 'error' - Application already exists

      Hi Phil ,

      if you made an installer project then overwritting is not an option , ( this
      is very wrong ,,,, as it potentially leaves garabage on the system ,
      registry settings etc etc )
      the idea is that you perform a deinstallation , and as i recall correctly
      this can be set to perform automaticly if you install a new version of your
      product.


      regards

      M. Posseth



      "Phil G." <Phil@nospam.co m> schreef in bericht
      news:dfsons$96g $1@nwrdmz02.dmz .ncs.ea.ibs-infra.bt.com...[color=blue]
      > Hi,
      >
      > I have created a setup project and have deployed the app. When I make
      > changes and attempt to reinstall I get an error that I must remove
      > installed version.
      >
      > How can I get my app. to automatically write over the original? Is there a
      > way to say if version.x >version.y then install? Any other advice/comments
      > would be greatly appreciated.
      >
      > Rgds, Phil
      >[/color]


      Comment

      Working...