I think I slowly understand how this is meant to be done
This commit is contained in:
parent
3623af341f
commit
ff5b20bf0d
1 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
||||||
Scope="perUserOrMachine"
|
Scope="perUserOrMachine"
|
||||||
UpgradeCode="092e7e0b-5042-47a1-9673-544d9722f8df"
|
UpgradeCode="092e7e0b-5042-47a1-9673-544d9722f8df"
|
||||||
Version="2.1.0">
|
Version="2.1.0">
|
||||||
|
<MediaTemplate EmbedCab="yes" />
|
||||||
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
|
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
|
||||||
<Icon Id="syng.ico" SourceFile="syng.ico"/>
|
<Icon Id="syng.ico" SourceFile="syng.ico"/>
|
||||||
<Property Id="ARPPRODUCTICON" Value="syng.ico" />
|
<Property Id="ARPPRODUCTICON" Value="syng.ico" />
|
||||||
|
@ -28,13 +29,13 @@
|
||||||
IconIndex="0"
|
IconIndex="0"
|
||||||
Advertise="yes" />
|
Advertise="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="LibraryComponent">
|
|
||||||
<Directory Name="data">
|
<Directory Name="data">
|
||||||
|
<Component Id="LibraryComponent" Guid="1fd60ddc-8233-4272-8a3b-33d83a868271" >
|
||||||
<Files Include="**">
|
<Files Include="**">
|
||||||
</Files>
|
</Files>
|
||||||
</Directory>
|
|
||||||
</Component>
|
</Component>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
</Directory>
|
||||||
</StandardDirectory>
|
</StandardDirectory>
|
||||||
<StandardDirectory Id="ProgramMenuFolder">
|
<StandardDirectory Id="ProgramMenuFolder">
|
||||||
<Directory Id="ProgramMenuDir" Name="syng"/>
|
<Directory Id="ProgramMenuDir" Name="syng"/>
|
||||||
|
@ -42,5 +43,6 @@
|
||||||
<StandardDirectory Id="DesktopFolder"/>
|
<StandardDirectory Id="DesktopFolder"/>
|
||||||
<Feature Id="syng">
|
<Feature Id="syng">
|
||||||
<ComponentRef Id="ProductComponent" />
|
<ComponentRef Id="ProductComponent" />
|
||||||
|
<ComponentRef Id="LibraryComponent" />
|
||||||
</Feature></Package>
|
</Feature></Package>
|
||||||
</Wix>
|
</Wix>
|
||||||
|
|
Loading…
Add table
Reference in a new issue