blob: a954876755c4767101173e2fec73507ba4717848 [file] [log] [blame]
Steve Dowercc115ee2015-02-14 10:30:54 -08001<?xml version="1.0" encoding="UTF-8"?>
2<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
Steve Dowerf3f2d372015-09-05 12:47:06 -07003 <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title_d)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)">
Steve Dowercc115ee2015-02-14 10:30:54 -08004 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
5 <MediaTemplate EmbedCab="yes" CompressionLevel="high" />
6
7 <PropertyRef Id="UpgradeTable" />
8
9 <Feature Id="DebugBinaries" AllowAdvertise="no" Title="!(loc.Title_d)" Description="!(loc.Description_d)">
10 <ComponentGroupRef Id="test_extensions_d" />
11 </Feature>
12 </Product>
13</Wix>