WIX:是否真的弃用了Package元素的Platform属性?

时间:2011-04-17 23:35:00

标签: wix windows-installer

如果是这样,指定x64构建的适当方法是什么?

在我的.wxs文件中,我有类似的内容:

<Package Description      ="$(var.pkgDescription)"
         Comments         ='Produced: Sun 17 April 2011'
         Manufacturer     ="Mfr name here"
         InstallerVersion ='200'
         Platform         ='$(var.Platform)'
         Compressed       ='yes' />

...我在candle.exe命令行上使用-dPlatform=x64。这似乎有效。

但是,在WIX3文档中,它声明不推荐使用Platform属性和Platforms属性。它没有描述取代它们的内容,或者开发人员应该使用什么来代替它们。

enter image description here

当我从上面的元素中删除Platform属性并运行构建时,我收到ICE80错误:

  

Product.wxs(285):错误LGHT0204:ICE80:此软件包包含64位组件“C.Textfiles”,但“模板摘要”属性不包含Intel64或x64。

如果我使用Platform属性,它会成功构建,但由于文档的原因,我不确定这是否正确。

构建x64 MSI的正确方法是什么?

2 个答案:

答案 0 :(得分:10)

Package / @ Platform不被弃用 - 请在SourceForge上打开一个错误,以便修复doc。但没有必要:见http://www.joyofsetup.com/2010/05/14/working-hard-or-hardly-working/

答案 1 :(得分:4)

请参阅Wix发行版附带的文档(WiX.CHM)而不是Sourceforge文档 - 您将看到 intel intel64 值已被弃用。有效值现在为 x86 x64 ia64