summaryrefslogtreecommitdiff
path: root/Tools/msi/doc/doc_files.wxs
blob: b2aabfb8ce55761f6d9166c949b430e12580f9d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
    <Fragment>
        <PropertyRef Id="REGISTRYKEY" />
        
        <ComponentGroup Id="doc">
            <Component Id="python.chm" Directory="Doc" Guid="*">
                <File Id="python.chm" Name="$(var.DocFilename)" KeyPath="yes" />
            </Component>
        </ComponentGroup>
    </Fragment>
</Wix>