Optional: Change application to standalone mode

If required, change the mode of the Phonetics Boosting application from connected (the default), to standalone, by changing the mode setting in the configuration file.

Procedure 

  1. In the Phonetics Boosting application installation folder, open the PhoneticsBoosting.exe.config file.

  2. Under appsettings, change the value of the Mode key to local.

    Copy
    ...
    <appSettings>    
      <add key=”Mode” value=”local”/>
       ...    
    </appSettings>
    ...    

What to do next 

Define project properties (Standalone mode)