Browse Source

Disable the experimental SAPI voice for now.

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

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

@@ -312,12 +312,14 @@
<ComponentGroupRef Id="LangWelsh"/>
</Feature>
</Feature>
<!--
<Feature Id="sapi" Title="SAPI Voices">
<Feature Id="sapi_en" Title="English" Level="1">
<ComponentGroupRef Id="LangEnglish"/>
<ComponentGroupRef Id="SapiEnglish"/>
</Feature>
</Feature>
-->
</Product>

<Fragment>

Loading…
Cancel
Save