Views:

Question:
How can you prevent Connect to Outlook's store dialog from affecting other applications? 

Answer:
Open "C:\Program Files (x86)\DocuWare\CONNECT to Outlook\PlatformUI.dll.settings" in a text editor and search for the following lines:

<RestartMode accepted_values="Persistent, StopOnly, StopAndRestart">
<Value>
Persistent</Value>
</RestartMode>


The value of this parameter can be altered using the following protocols;

  • Persistent: The process stays alive, which leads to faster consecutive open times, but rarely affects other processes like "MSHTA.exe". This is the default setting.
  • StopAndRestart: This option stops the process after each store cleans up and starts it again right after, so the next call to the store dialog will be faster. It is recommended if you have trouble with other applications while storing documents (for example, from Connect to Outlook or a .NET Application).
  • StopOnly: Stops the process after each store to clean up.

KBA is applicable to both Cloud and On-premise Organizations.