Finding Click-Once app location
I have a special need where I need to replace several configuration files that are installed with an app via Click-Once. I cannot use Click-Once to do this as the part I need to change is the URL where the Click-Once install points back to due to a server rename. Obviously I could uninstall the app then reinstall but really do not want to touch 60 workstations and logging in as the individual user of that workstation to perform the new install.
Is there a way to leverage PDQ Deploy to find the location of the file then replace it with a new file?
I have not figured out a way to do this yet.
Comments
If you know where the file is stored on the targets you can use a File Copy step to overwrite it. If it's in a different place on each target you will need to write a PowerShell script to search for it.