如何更改 ClickOnce 中先决条件的下载和安装顺序
我需要推迟 ClickOnce 中某些先决条件的下载,以便在其他先决条件的最后下载和安装吗?
I need to postpone the download of some prerequisite in ClickOnce to be downloaded and installed at the last of the other prerequisites?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查找并编辑引导程序包的
product.xml
文件。引导程序包位于Microsoft SDKS
文件夹下。例如,这是我机器上的路径...C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages
请参阅此问题了解更多详细信息。
Find and edit the
product.xml
file for your bootstrapper package. The bootstrapper packages are located under theMicrosoft SDKS
folder. For example, this is the path on my machine...C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages
See this question for a little more detail.