mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
Remove invalid characters from ComponentGroupRef
https://github.com/xcp-ng/xenadmin/issues/69
This commit is contained in:
parent
3d5f231bca
commit
b49769cb8a
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user