main
wxs 50 lines 2.72 KB
Raw
1 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Package Name="PackageWithExcessiveFeatureDepth" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="12E4699F-E774-4D05-8A01-5BDD41BBA127">
3 <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
4
5 <Feature Id="Depth1">
6 <Feature Id="Depth2">
7 <Feature Id="Depth3">
8 <Feature Id="Depth4">
9 <Feature Id="Depth5">
10 <Feature Id="Depth6">
11 <Feature Id="Depth7">
12 <Feature Id="Depth8">
13 <Feature Id="Depth9">
14 <Feature Id="Depth10">
15 <Feature Id="Depth11">
16 <Feature Id="Depth12">
17 <Feature Id="Depth13">
18 <Feature Id="Depth14">
19 <Feature Id="Depth15">
20 <Feature Id="Depth16">
21 <Feature Id="Depth17">
22 <Component Directory="INSTALLFOLDER">
23 <File Source="test.txt" />
24 </Component>
25 </Feature>
26 </Feature>
27 </Feature>
28 </Feature>
29 </Feature>
30 </Feature>
31 </Feature>
32 </Feature>
33 </Feature>
34 </Feature>
35 </Feature>
36 </Feature>
37 </Feature>
38 </Feature>
39 </Feature>
40 </Feature>
41 </Feature>
42 </Package>
43
44
45 <Fragment>
46 <StandardDirectory Id="ProgramFiles6432Folder">
47 <Directory Id="INSTALLFOLDER" Name="PackageMissingFeatureComponentMapping" />
48 </StandardDirectory>
49 </Fragment>
50 </Wix>