Want to Install a second and separate instance of a VB.net program

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

    Want to Install a second and separate instance of a VB.net program

    But I am getting a message stating that "Another version of this product is
    already installed..."

    What must I change to allow me to install another instance ?

    I've tried renaming the Project, Namespace, Install output file... but no
    dice.


  • Herfried K. Wagner [MVP]

    #2
    Re: Want to Install a second and separate instance of a VB.net program

    "Rob" <robc1@yahoo.co mschrieb:
    But I am getting a message stating that "Another version of this product
    is already installed..."
    >
    What must I change to allow me to install another instance ?
    >
    I've tried renaming the Project, Namespace, Install output file... but no
    dice.
    Select the setup project in VS and change the value of its 'ProductCode'
    property in the properties window.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • Rob

      #3
      Re: Want to Install a second and separate instance of a VB.net program

      Thanks !

      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.atwrot e in message
      news:eXVOrp0yIH A.5816@TK2MSFTN GP02.phx.gbl...
      "Rob" <robc1@yahoo.co mschrieb:
      >But I am getting a message stating that "Another version of this product
      >is already installed..."
      >>
      >What must I change to allow me to install another instance ?
      >>
      >I've tried renaming the Project, Namespace, Install output file... but no
      >dice.
      >
      Select the setup project in VS and change the value of its 'ProductCode'
      property in the properties window.
      >
      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...