Windows安装程序中有用于卸载的用户界面吗?

发布于 2024-12-03 06:16:22 字数 192 浏览 2 评论 0原文

这很难解释,我正在尽力。提前抱歉。

我开发了一个窗口安装程序,带有用于安装不同窗口服务的复选框。假设我检查了 2 个要安装的 3 个服务,并且安装正常。

我的要求和问题是有一些 UI 复选框来显示我安装的服务,并能够取消选中我不想卸载的服务。可以用window安装程序吗?或者我应该开发一个窗口应用程序来执行此操作?

谢谢

This is complicated to explain and I am trying my best. Sorry in advance.

I have developed a window installer with checkboxes for different window services to be installed. Let say I checked 2 out 3 services to be installed and it installed ok.

My requirement and question is to have some checkboxes of UI to show the services I installed and be able to uncheck the one I do not want to uninstall. is it possible with window installer? or I should develop a window application to do this?

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奈何桥上唱咆哮 2024-12-10 06:16:22

不会。一般方法是将每个服务放入其自己的功能中,并让用户“修改”安装以删除各个功能。卸载期间,所有内容都将被删除;没有“部分卸载”选项。但修改允许用户安装和卸载个别功能。

No. The general approach is to put each service into its own feature and let users "modify" the install to remove individual features. During an uninstall, everything will be removed; there isn't an option for "partial uninstall." But modify lets the user install and uninstall individual features.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文