Skip to content

Commit

Permalink
Update Dasher.wxs (see #148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagdasgerede authored Mar 22, 2018
1 parent 4ddbad6 commit 351f585
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Src/Installer/Dasher.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
<File Id="DasherEXE" Name="Dasher.exe" DiskId="1" Source="..\Win32\Target\Release\Dasher.exe" Vital="yes"/>
<File Id="ExpatDLL" Name="libexpat.dll" DiskId="1" Source="$(env.EXPAT)\bin\libexpat.dll" Vital="yes"/>
</Component>
<!-- Commenting this out for Appveyor CI to work: see /dasher/issues/148
<Component Id="Help" Guid="cf486329-8d04-462b-afd4-e8e0bccc9c95">
<File Id="HelpFile" Name="Dasher.chm" DiskId="1" Source="..\..\Data\Help\Win32\dasher.chm"/>
</Component>
-->
<Directory Id="SystemRC" Name="system.rc">
<Component Id="Alphabets" Guid="e734711a-0e68-4897-b7a6-7a60a20062b5">
<File Id="alphabet.AfaanOromo.xml" Name="alphabet.AfaanOromo.xml" DiskId="1" Source="..\..\Data\alphabets\alphabet.AfaanOromo.xml"/>
Expand Down Expand Up @@ -268,8 +270,10 @@
<ComponentRef Id="Training"/>
<ComponentRef Id="Colours"/>
<ComponentRef Id="Control"/>
<ComponentRef Id="Settings"/>
<ComponentRef Id="Help"/>
<ComponentRef Id="Settings"/>
<!-- Commenting this out for Appveyor CI to work: see /dasher/issues/148
<ComponentRef Id="Help"/>
-->
</Feature>
<WixVariable Id="WixUILicenseRtf" Value="License.rtf"/>
<WixVariable Id="WixUIDialogBmp" Value="Background.bmp"/>
Expand Down

0 comments on commit 351f585

Please sign in to comment.