警告,当您运行同一安装程序两次时 (WIX)
我如何执行显示消息,这将告诉用户>>此版本已安装<<或者当用户尝试运行同一安装程序两次时出现其他警告消息?
How I can perform showing message, that'll tell to user >>This version has already installed<< or some another warning message, when user try to run the same installer twice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在运行完全相同的安装程序两次的情况下,Windows Installer 的最佳实践是向用户提供维护体验。用户可以在此处添加/删除功能、执行修复或执行卸载。
Best practice for Windows Installer in the case of running the exact same installer twice is to present the user with a maintenance experience. Here the user can Add/Remove features, perform a Repair or perform an Uninstall.