首页 > 其他 > 详细

Some WIX extension tags write rows to CreateFolder table which lead to Not-Uninstallable Patch

时间:2014-08-22 13:02:38      阅读:391      评论:0      收藏:0      [点我收藏+]
I found an issue in WIX extension implementation.

Some WIX extension tags write rows to CreateFolder table, e.g. <iis:WebAppPool>, <util:User>, <util:XmlConfig>. As the official MSI document says, a patch can be Not uninstallable if it contains new rows in the CreateFolder table. I think such extensions can be implemented without the usage of the CreateFolder table. It‘s really bad to block patch uninstall just because the usage of these extensions. There is a screenshot which shows my CreateFolder table in Orca.exe.

bubuko.com,布布扣


Is this a known issue in WIX? Will future versions fix this issue?

Please refer to http://msdn.microsoft.com/en-us/library/aa372102(v=vs.85).aspx for more information about Not Uninstallable Patch.

Some WIX extension tags write rows to CreateFolder table which lead to Not-Uninstallable Patch

原文:http://blog.csdn.net/pkudzy/article/details/38752839

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