I have a clickonce application and i want to deploy 2 versions of the same application with different config files. So the package is published from the same solution but with changed configs to different urls: Example: App1 is launched at http://myserver/app1/myapp.application and app2 is launched at http://myserver/app2/myapp.application
However both urls launch the same app (the latest one published). Is this correct? Can what i want to do be done?
In Visual Studio go into properties and change the names of the application or their GUIDs. Then the respective clients will treat the applications as completely independent.