facecam2d/packaging/cvfiles.wxi
Epicalert 78bd3264bf
Add Windows installer script
To compile an MSI package, use a wix compiler like wixl, e.g.
`wixl ../packaging/*.wx* -o facecam2d-0.2.1.msi`
2021-07-20 01:27:33 +08:00

32 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="INSTALLDIR">
<Directory Id="dirEBEABA84D32C5D6DE70A4A6B674BD2D0" Name="cvdata">
<Component Id="cmpA0B777BCCEEA8683D7751508689DA336" Guid="*">
<File Id="fil45F5D2B52A0F13B80B47A2F86D2A0048" KeyPath="yes" Source="SourceDir/cvdata/lbfmodel.yaml"/>
</Component>
<Component Id="cmpDF30965B5F823773F74CB922BB8B248C" Guid="*">
<File Id="fil923D81D6213994867CBC44AC773DB8CD" KeyPath="yes" Source="SourceDir/cvdata/haarcascade_frontalface_alt2.xml"/>
</Component>
<Component Id="cmp6EB2ECBBCF438DF6189C9CA6B5A0B29F" Guid="*">
<File Id="fil4C1002244DFDAC508C6D3AB7C43F2FC2" KeyPath="yes" Source="SourceDir/cvdata/deploy.prototxt"/>
</Component>
<Component Id="cmp7B4356888EB93C232AF1046A14A1441A" Guid="*">
<File Id="fil62A01CEFAD572CBCFF243EE610BBFDEA" KeyPath="yes" Source="SourceDir/cvdata/res10_300x300_ssd_iter_140000_fp16.caffemodel"/>
</Component>
</Directory>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="CVFiles">
<ComponentRef Id="cmpA0B777BCCEEA8683D7751508689DA336"/>
<ComponentRef Id="cmpDF30965B5F823773F74CB922BB8B248C"/>
<ComponentRef Id="cmp6EB2ECBBCF438DF6189C9CA6B5A0B29F"/>
<ComponentRef Id="cmp7B4356888EB93C232AF1046A14A1441A"/>
</ComponentGroup>
</Fragment>
</Wix>
<!-- generated with msitools 0.101 -->
<!-- wixl-heat -p pkg/ -component-group CVFiles -directory-ref INSTALLDIR -->