This question is outside the scope of this site and needs to be asked either on Technet or MSDN
SAPI Wrapper
A Text-To-Speech engine was created in Java. to make it SAPI-compliant, a wrapper on the existing engine was built in C++ using Microsoft Visual Studio 2010.
The wrapper's STDMETHOD(Speak) makes a call to the speech synthesis function on the TTS engine. However, the resultant setup.exe(got by executing the iss file using Inno Compiler), although installed on all Windows 7 systems does not work, that is to say produce the synthesized speech when the Sample TTS Application is executed. The code must be individually built on each system and the iss file individually compiled to produce the setup.exe file. Could you please explain the reason for this? The SAPI- wrapper written supports Microsoft Speech SDK 5.1.
Windows for home | Previous Windows versions | Devices and drivers
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author