如果用户安装先决条件失败,clickonce 可以提醒我吗?
我正在使用 clickonce 来分发我的 VB.net windows 应用程序。它有几个先决条件,当用户尝试下载该软件时,单击一次即可自动安装这些先决条件。 (例如 DotNet Framework 3.5)
如果任何先决条件无法安装,我真的希望有某种方式收到警报 - 最好是发送电子邮件到我的帐户。
谁能建议一种方法来做到这一点?
I am using clickonce to distribute my VB.net windows application. It has several prerequisites, which are automatically installed by clickonce as soon as the user attempts to download the software. (e.g. DotNet Framework 3.5)
I would really like to have some kind of way of being alerted if any prerequisites fail to install- preferably an email sent to my account.
Can anyone suggest a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,ClickOnce 几乎是功能锁定的,我担心您必须考虑其他产品来实现这样的功能。
您可以查看 NSIS 例如: http://nsis.sourceforge.net/Main_Page
Unfortunately, ClickOnce is pretty much feature-locked and I fear that you have to look at other products to implement such a feature.
You can have a look a NSIS for example: http://nsis.sourceforge.net/Main_Page