We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a4dda commit 9843cb1Copy full SHA for 9843cb1
src/Layout/pkg/windows/msis/templates/product.wxs
@@ -16,8 +16,7 @@
16
17
<FeatureRef Id="F_DependencyProvider" />
18
19
- <!--<WixVariable Id="WixUILicenseRtf" Value="License.rtf" />
20
- <ui:WixUI Id="WixUI_Minimal" />-->
+ <WixVariable Id="WixUILicenseRtf" Value="..\..\dummyeula.rtf" />
21
22
<Icon Id="icon.ico" SourceFile="..\..\dotnet.ico"/>
23
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
src/Layout/pkg/windows/msis/templates/templates.wixproj
@@ -6,7 +6,6 @@
6
<Compile Include="..\provider.wxs" />
7
</ItemGroup>
8
9
- <!-- Harvest directories using Heat. Heat is scheduled to become -->
10
<ItemGroup>
11
<HarvestDirectory Include="$(TemplateLayoutDirectoryToHarvest)"
12
ComponentGroupName="InstallFiles"
0 commit comments