Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wix BootstrapperApplicationRef元素中Id属性的用途是什么?_Wix - Fatal编程技术网

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

Wix BootstrapperApplicationRef元素中Id属性的用途是什么?,wix,Wix,在Wix捆绑包中,BootstrapperApplicationRef元素的Id属性的用途是什么?它在哪里被引用,为什么我要关心我放在那里的东西?它是必需的,这样我可以把垃圾放进去吗 如果要使用自定义WiX托管引导程序应用程序,则必须将Id元素设置为ManagedBootstrapperApplicationHost 否则,如果您使用的是标准wix引导程序应用程序,则必须将其设置为以下选项之一: WixStandardBootstrapperApplication.RtfLicense WixS

在Wix捆绑包中,
BootstrapperApplicationRef
元素的
Id
属性的用途是什么?它在哪里被引用,为什么我要关心我放在那里的东西?它是必需的,这样我可以把垃圾放进去吗


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

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

WixStandardBootstrapperApplication.RtfLicense
WixStandardBootstrapperApplication.HyperlinkLicense
WixStandardBootstrapperApplication.HyperlinkSidebarLicense
WixStandardBootstrapperApplication.RtfLargeLicense
WixStandardBootstrapperApplication.HyperlinkLargeLicense
WixStandardBootstrapperApplication.Foundation
有关更多信息: