First, long time reader, first time poster.
Let's say that you have 2 clickonce folders, Prod and Dev. If the application is installed from Prod you want it to access database ABC_Prod. If the application is installed from Dev you want it to access database ABC_Dev.
Is there a way for the running clickonce application to know what folder it was installed from? A manifest or config that contains this? I'm not looking for what directory the application is running from, but installed from.
Thanks