Skip to content

Commit 9843cb1

Browse files
committed
PR feedback
1 parent 57a4dda commit 9843cb1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Layout/pkg/windows/msis/templates/product.wxs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
<FeatureRef Id="F_DependencyProvider" />
1818

19-
<!--<WixVariable Id="WixUILicenseRtf" Value="License.rtf" />
20-
<ui:WixUI Id="WixUI_Minimal" />-->
19+
<WixVariable Id="WixUILicenseRtf" Value="..\..\dummyeula.rtf" />
2120

2221
<Icon Id="icon.ico" SourceFile="..\..\dotnet.ico"/>
2322
<Property Id="ARPPRODUCTICON" Value="icon.ico" />

src/Layout/pkg/windows/msis/templates/templates.wixproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Compile Include="..\provider.wxs" />
77
</ItemGroup>
88

9-
<!-- Harvest directories using Heat. Heat is scheduled to become -->
109
<ItemGroup>
1110
<HarvestDirectory Include="$(TemplateLayoutDirectoryToHarvest)"
1211
ComponentGroupName="InstallFiles"

0 commit comments

Comments
 (0)