I'm trying to find the location where a clickonce deployment is installed on a local machine. I find a program reference in the start menu, but not the actual exe file. What I'm really trying to find is the config file so that I can debug some strangeness that one of the users is experiencing. I feel like if I can find the config file and copy it into the same location on my development machine I can verify what is happening.
Note that this is a desktop WPF application, not a browser based application.