0

我们已经定义了一个有几个主要项目和一个中央库的条件设置。不,当我们尝试在库 (WixLib) 中获取目录时,ComponentGroupName“引用”无法解析。

在 WixLib 上:

```<HarvestDirectory Include="($sys.CurDir)sistema\saludos">
  <DirectoryRefId>SaludosDir</DirectoryRefId>
  <ComponentGroupName>SaludosCompGroup</ComponentGroupName>
  <PreprocessorVariable>var.preVar</PreprocessorVariable>
</HarvestDirectory>```

对 Component 的任何引用都无法解决:

      <ComponentGroupRef Id="fooLibraryItems"/>
         <ComponentGroup Id="fooLibraryItems" Directory="INSTALLDIR" >
         <ComponentGroupRef Id ="SaludosCompGroup" />
         <ComponentGroupRef Id ="DespedidasCompGroup"/>
      </ComponentGroup>

有什么建议么?

4

0 回答 0