I don't think this will work, but hey
This commit is contained in:
parent
ff5b20bf0d
commit
837339df6c
1 changed files with 7 additions and 6 deletions
|
@ -29,20 +29,21 @@
|
||||||
IconIndex="0"
|
IconIndex="0"
|
||||||
Advertise="yes" />
|
Advertise="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
<Directory Name="data">
|
<Directory Id="DataDir" Name="data">
|
||||||
<Component Id="LibraryComponent" Guid="1fd60ddc-8233-4272-8a3b-33d83a868271" >
|
|
||||||
<Files Include="**">
|
|
||||||
</Files>
|
|
||||||
</Component>
|
|
||||||
</Directory>
|
</Directory>
|
||||||
</Directory>
|
</Directory>
|
||||||
</StandardDirectory>
|
</StandardDirectory>
|
||||||
|
<ComponentGroup Id="DataFiles" Directory="DataDir">
|
||||||
|
<Files Include="syng\data\**">
|
||||||
|
</ComponentGroup>
|
||||||
|
<Exclude Files="syng\syng.exe" />
|
||||||
|
</Files>
|
||||||
<StandardDirectory Id="ProgramMenuFolder">
|
<StandardDirectory Id="ProgramMenuFolder">
|
||||||
<Directory Id="ProgramMenuDir" Name="syng"/>
|
<Directory Id="ProgramMenuDir" Name="syng"/>
|
||||||
</StandardDirectory>
|
</StandardDirectory>
|
||||||
<StandardDirectory Id="DesktopFolder"/>
|
<StandardDirectory Id="DesktopFolder"/>
|
||||||
<Feature Id="syng">
|
<Feature Id="syng">
|
||||||
<ComponentRef Id="ProductComponent" />
|
<ComponentRef Id="ProductComponent" />
|
||||||
<ComponentRef Id="LibraryComponent" />
|
<ComponentGroupRef Id="DataFiles" />
|
||||||
</Feature></Package>
|
</Feature></Package>
|
||||||
</Wix>
|
</Wix>
|
||||||
|
|
Loading…
Add table
Reference in a new issue