My application has a different update location to publish location. I would like to change the update location after the application has been published using ClickOnce. I have turned off signing before publish and I tried editing the manifest and other files to point to a different server for updates. When I tried to install the application I get signature errors.
I have been researching, there's supposedly a tool MageUI.Exe which will help create manifests however iam unable to find this tool.
I am running Windows 8, .Net Framework 4.5.2 and my sample application is a WPF Application.

