WIX Bootstrap List Installed Packages Individually in Programs list

纵然是瞬间 提交于 2019-12-24 19:38:15

问题


I have a bootstrap wix install with about 6 installers. after they are installed only the "full" bootstrap installer is listed in programs in windows. I ideally need each msi that was installed listed. Is this possible and if so how?


回答1:


In each package element, set the attribute Visible="yes".



来源:https://stackoverflow.com/questions/20960647/wix-bootstrap-list-installed-packages-individually-in-programs-list

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!