wolfgangimig / joa

Java Library for Developing Microsoft Outlook Add-ins
MIT License
12 stars 12 forks source link

Print a warning if the classpath is longer than 16383 chars #2

Closed wolfgangimig closed 9 years ago

wolfgangimig commented 9 years ago

HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\LocalServer32: this value can have only 16383 characters. If it is longer, the addin is not loaded.

wolfgangimig commented 9 years ago

Addin was ignored by Outlook, if application's command line (LocalServer32 entry) was too long. Now, create a BAT file to start the application if the command line is longer than 250 characters.