Hi,

Here is a problem I'm facing: People want to have several versions of a same application at the same time on the same PC: e.g.: Production version and Q&A version.

So I made several deployments of this application where only the application.config file and the Application namediffers (sometimes even the version also differs).

The problem is that if you install first the QA version and just after the PROD version, the PROD version overwrites the QA version.

Is there a way to make them available at the same time?

I think this problem comes from the appref-ms shortcut where the AssemblyIdentity, Culture, PublicToken and ProcessorArchitectureare exactly the same for both applications... but I don't know how to modify them...

Any help would be greatly appreciated,

Regards,

Laurent