I want to know if is possible to change the Update URL of deployed ClickOnce application modifying the deployed files.
I know that the application have two parts:
- The compiled files with .application and .deploy files
- The setup.exe and the folders and files of each prerequisite
I was able to change url and to introduce new files, doing properly modifications of .application and .deploy files and resigning with the certificate.
But I don't know how to change the URL of server of inside of the setup.exe. There are any way to do this?