Automatic update of Windows application(click once) while publishing on other computer's IIS

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-25 03:58:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!