BootstrapperApplicationRef元素中Id属性的用途是什么?

时间:2014-09-09 21:57:16

标签: wix

在Wix Bundle中,Id元素的BootstrapperApplicationRef属性的目的是什么?它在哪里被引用,为什么我应该关心我放在那里的东西?这是必需的,所以我可以把垃圾放进去吗?

http://wixtoolset.org/documentation/manual/v3/xsd/wix/bootstrapperapplicationref.html

1 个答案:

答案 0 :(得分:0)

如果要使用自定义WiX托管引导程序应用程序,Id元素必须设置为ManagedBootstrapperApplicationHost

否则,如果您使用的是标准的wix bootstrapper应用程序,则必须将其设置为以下选项之一:

WixStandardBootstrapperApplication.RtfLicense
WixStandardBootstrapperApplication.HyperlinkLicense
WixStandardBootstrapperApplication.HyperlinkSidebarLicense
WixStandardBootstrapperApplication.RtfLargeLicense
WixStandardBootstrapperApplication.HyperlinkLargeLicense
WixStandardBootstrapperApplication.Foundation

欲了解更多信息: