Michel Reyrolle 22.Feb.08 07:43 PM a Web browser Client7.5.1Windows
We want to automate the deployment and configuration of Sametime Mobile on Windows Mobile.
We finished installing the CAB file Sametime client on Windows Mobile and have watched the registry keys and files generated after installation.
The Sametime application for the Pocket PC has apparently been written in Java and does not use the registry to store configuration settings but stores them in a file called "0_0.rss" under the Sametime directory.
The main objectives we had set for the intervention of Tuesday were:
-- Power deploy Sametime client remotely via a terminal
-- Configuring the remote terminal user settings and configuration (login, IP and Sametime server port, connection type, connection options)
Goal 1 is already achieved, we can deploy the Sametime client smoothly.
But for the second goal, we can not achieve in the current state because the parameters are not stored in the registry but in a file 0_0.rss in an IBM proprietary format. Therefore we should have more information about the structure of this file and the opportunity to prepare for the remote installation.
Can you help us or give a pointer to adequate R&D resources?