another version of the project is installed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarabonn
    New Member
    • Nov 2008
    • 69

    #1

    another version of the project is installed

    hello everyone,

    I have created a setup using setup and deployment project using visual c# 2008. It's is a windows Form application. I made some changes to the setup in visual c# and tried to install it again i got a error "another version of the project is installed". how can i get rid of this ?..

    Thank you..

    Dinesh.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Well, you could uninstall the last version you installed.

    Comment

    • tlhintoq
      Recognized Expert Specialist
      • Mar 2008
      • 3532

      #3
      Or you could increment the version number so the installer sees it as an update.

      Comment

      Working...