码迷,mamicode.com
首页 > Windows程序 > 详细

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

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

标签:style   blog   http   color   os   ar   for   art   sp   

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.

标签:style   blog   http   color   os   ar   for   art   sp   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!