Remove invalid characters from ComponentGroupRef

https://github.com/xcp-ng/xenadmin/issues/69
This commit is contained in:
Alexander Schulz 2018-05-29 23:58:20 +02:00
parent 3d5f231bca
commit b49769cb8a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [XenCenter] is already installed." Schedule="afterInstallInitialize" RemoveFeatures="ALL" />
<MediaTemplate EmbedCab="yes" />
<Feature Id="ProductFeature" Title="[XenCenter]" Level="1">
<ComponentGroupRef Id="XCP-ng-Files" />
<ComponentGroupRef Id="XCPngFiles" />
<ComponentRef Id="ApplicationShortcutDesktop" />
<ComponentRef Id="ApplicationShortcut" />
</Feature>

View File

@ -77,7 +77,7 @@ del $(SolutionDir)XenAdmin\bin\$(ConfigurationName)\Schemas
del $(SolutionDir)XenAdmin\bin\$(ConfigurationName)\ja
del $(SolutionDir)XenAdmin\bin\$(ConfigurationName)\zh-CN
heat.exe dir "$(SolutionDir)XenAdmin\bin\$(ConfigurationName)" -cg XCP-ng-Files -gg -scom -sreg -sfrag -srd -dr INSTALLLOCATION -out "$(ProjectDir)\FilesFragment.wxs"</PreBuildEvent>
heat.exe dir "$(SolutionDir)XenAdmin\bin\$(ConfigurationName)" -cg XCPngFiles -gg -scom -sreg -sfrag -srd -dr INSTALLLOCATION -out "$(ProjectDir)\FilesFragment.wxs"</PreBuildEvent>
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.