首页 > Windows开发 > 详细

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

时间:2014-09-09 16:00:08      阅读:390      评论:0      收藏:0      [点我收藏+]

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> 

      <PropertyId="ARPSYSTEMCOMPONENT">1</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‘.

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

原文:http://www.cnblogs.com/cindy-hu-23/p/3962583.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!