问题
I am publishing my windows application(using ) on share drive and want to give Users facility to update there applications automaticaly. But in "Click Once" I need to specify Installation Folder URL(My Computer does not have IIS on it). So I am trying to publish my application on other computer's IIS(in the network).
I am not sure how to do it.
回答1:
Installation Folder URL does not have to be an actual URL or website. It can be a UNC path like \ComputerName\SharedDrive\MyApplication
So in this case IIS is not needed at all.
来源:https://stackoverflow.com/questions/8244906/automatic-update-of-windows-applicationclick-once-while-publishing-on-other-co