WIX: Hide installed program from the Add/Remove Programs window.

Reference article : How to hide an entry in the Add/Remove Programs applet?

In Wix source files, set property ARPSYSTEMCOMPONENT = 1 would do this, for example:

<Product>

</Property>

</Product>

Reference: https://www.mail-archive.com/wix-users@lists.sourceforge.net/msg15696.html

When you set ARPSYSTEMCOMPONENT you're telling Windows Installer, 'this is a
system component, don't show it in Add/Remove Programs'.

上一篇:iOS APP开发概述----学习笔记001


下一篇:SICAU教务系统登录密码加密算法的VB方式实现