小编Azh*_*ari的帖子

未解决的对符号'WixComponentGroup:MyWebWebComponents'的引用

我遵循以下代码是product.wxs files.But我面临如下错误:

错误5"Product:{}"部分中对符号'WixComponentGroup:MyWebWebComponents'的未解析引用

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
     xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"
     xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension">

  <Product Id="702881b5-9a64-4ab8-ab47-f3babcd950a2"
          Name="WixApplication" Language="1033"
          Version="1.0.0.0"
          Manufacturer="HexWireless"
          UpgradeCode="42b7872b-78c8-4a0b-abcd-28a30c9804ab">

    <Package InstallerVersion="200" Compressed="yes"  Platform="x64" InstallScope="perMachine"/>

    <!--<Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />-->

    <!--Find the Path to the sqlcmd.exe by performing a registry search. This is hardcoded for SQL 2012.
      Change 110 to 100 for 2008. Might need to change the script too.-->
    <Property Id="SQLBINDIR">
      <RegistrySearch Id="SqlBinDir"
        Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\Tools\ClientSetup"
        Name="Path"
        Type="raw"
        Win64="yes"/>
    </Property>

    <Condition Message="Microsoft SQL Server 2012 needs to be installed before this …
Run Code Online (Sandbox Code Playgroud)

wix visual-studio wix3.8

5
推荐指数
1
解决办法
1220
查看次数

标签 统计

visual-studio ×1

wix ×1

wix3.8 ×1