facecam2d/packaging/defaultmodels.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

24 lines
1,010 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="INSTALLDIR">
<Directory Id="dir55B1567418000679922D7A91E9920EC6" Name="models">
<Component Id="cmp21A67720E412E214D9182D5DDCA16BF0" Guid="*">
<File Id="fil8A8C54B40AE10C2C53C60B8CBF9AAD82" KeyPath="yes" Source="SourceDir/models/rms.fma"/>
</Component>
<Component Id="cmp0D14907778E33AA7DEB65E7F00172857" Guid="*">
<File Id="filA7F9E9E4A58E0308995A2329D849667E" KeyPath="yes" Source="SourceDir/models/test.fma"/>
</Component>
</Directory>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="DefaultModels">
<ComponentRef Id="cmp21A67720E412E214D9182D5DDCA16BF0"/>
<ComponentRef Id="cmp0D14907778E33AA7DEB65E7F00172857"/>
</ComponentGroup>
</Fragment>
</Wix>
<!-- generated with msitools 0.101 -->
<!-- wixl-heat -p pkg/ -component-group DefaultModels -directory-ref INSTALLDIR -->