I am currently developing an app for my work which will simplify the workflow in our daily tasks and it will be used from all of my colleagues and this is why I want it to be able to update quite often and I figured that the ClickOnce approach will be perfect for me.
I've managed to get it to work. I've put as a publishing folder "D:\Brandlist Exporting Assistant\" and "http://localhost:8080/" (for the sake of testing). The Application Files are getting updated I can get the latest version of the app through the manifest and I get a desktop shortcut as well. However, the "updating" part is not working. When I make a change to the app and publish the changes when I use the desktop shortcut it is still the previous version. I can still use the manifest and it gets updated but I want to be able to use the shortcut. My question is: Is that possible? Or I'll be able to use only the manifest? My guess is that it doesn't work because of the installation folder URL but I am not sure what I have to put in there.
My question is: What should I put in the installation folder when it is the same as the publishing one?


