Browse Source

Don't unstall the removed default voice on Windows.

master
Reece H. Dunn 8 years ago
parent
commit
5f8ca97409
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/windows/installer/Product.wxs

+ 0
- 8
src/windows/installer/Product.wxs View File

@@ -25,7 +25,6 @@
<Feature Id="All" Title="eSpeak NG" Level="1">
<ComponentGroupRef Id="CoreComponents"/>
<ComponentGroupRef Id="VoiceData"/>
<ComponentGroupRef Id="LangDefault"/>
</Feature>
<Feature Id="lang" Title="Languages">
<Feature Id="lang_af" Title="Afrikaans" Level="1">
@@ -590,9 +589,6 @@
<File Name="zhy_dict" Source="$(var.ProjectDir)..\..\..\espeak-ng-data\zhy_dict" KeyPath="yes"/>
</Component>
<Directory Id="VOICES" Name="voices">
<Component Id="default" Win64="$(var.Win64)" Guid="8A4B0939-799E-4E15-B30A-BDECA8A288DD">
<File Name="default" Source="$(var.ProjectDir)..\..\..\espeak-ng-data\voices\default" KeyPath="yes"/>
</Component>
<Directory Id="AAV" Name="aav">
<Component Id="vi" Win64="$(var.Win64)" Guid="36A8D59F-65BC-41A8-90EB-5BEED8A081D5">
<File Name="vi" Source="$(var.ProjectDir)..\..\..\espeak-ng-data\voices\aav\vi" KeyPath="yes"/>
@@ -1019,10 +1015,6 @@
<ComponentRef Id="da"/>
<ComponentRef Id="da_dict"/>
</ComponentGroup>
<ComponentGroup Id="LangDefault">
<ComponentRef Id="default"/>
<ComponentRef Id="en_dict"/>
</ComponentGroup>
<ComponentGroup Id="LangDutch">
<ComponentRef Id="nl"/>
<ComponentRef Id="nl_dict"/>

Loading…
Cancel
Save