function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
eric garniereric garnier 

Localized version of SalesforceCTI.exe and other redist.

Hi everyone,

with my CTIAdapter (version 3.01), I need to redistribute SalesForceCTI.exe, SF_MSApi4.dll, msxml6.dll and msxml6r.dll.

 

My customer want localized version of my CTIAdapter.

I can localize my code, but what about the binary that I redistribute?

More specifically:

SalesForceCTI.exe and mscml6r.dll (as r stand for resources)?

 

Thanks

 

Eric

BTW : I didn't known that we can redistribute msxml6dll and msxml6r.dll. I hope that SalesForce have a agreement with Microsoft for allowing this.

 

Best Answer chosen by Admin (Salesforce Developers) 
*werewolf**werewolf*

SalesforceCTI.exe doesn't really have much to localize.  Its "face" is the CTI adapter within Salesforce.com, which is localized by the Salesforce.com web interface automatically.

All Answers

*werewolf**werewolf*

SalesforceCTI.exe doesn't really have much to localize.  Its "face" is the CTI adapter within Salesforce.com, which is localized by the Salesforce.com web interface automatically.

This was selected as the best answer
eric garniereric garnier

Hi WereWolf

You are right that the SalesforceCTI.exe have a limited interface.

But It has at least:

- one menu

- two dialog box.

 

But I post the question mainly to be share that I didn't miss something, by redistributing always the same binary.

 

Thanks

 

Eric