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?