- Joined
- May 18, 2010
- Messages
- 16
- Reaction score
- 3
Hi,
We’re about to start running 3CX Phone as a Out-of-browser application with the “3CXMyPhoneDesktopComponents”.
We have 3000 stations and need to ensure any roaming user can run the MyPhone app first time. We have found that if we use the shortcut installed by the manual install of MyPhone if will reference a path which is unique per user per station which just doesn’t work in our environment.
We have a successful deployment of the Silverlight 5 client and 3CXMyPhoneDesktopComponents are successfully created a nice script which makes us of sllauncher.exe to install the xap locally and then run it.
/emulate:"\\3cx\data\MyPhone\application.xap" /origin:"http://3cx.wiltshire.ac.uk:5000/myphone/ClientBin/MyPhone.xap" /overwrite
/install:"\\3cx\data\MyPhone\application.xap" /origin:http://3cx.wiltshire.ac.uk:5000/myphone/ClientBin/MyPhone.xap /shortcut:startmenu /overwrite
We’ve noticed that every time we run using this technique a new directory is created under the users profile “AppData\Roaming\3CXMyPhone Client Addin” (3CXMyPhone Client Addin\529363168.3cx.wiltshire.ac.uk\3CXMyPhone Client Addin.log) which contains a file “3CXMyPhone Client Addin.log” . This location will roam with our users and create slow login times (I currently have 13 folders!). I’m surprised these logs are not created in either the TEMP folder or under AppData\Local.
Can we safety remove these folders/files or point to a new location?
Thanks,
John
There’s a useful read here about sllauncher if anyone’s interested -http://timheuer.com/blog/archive/2010/03/25/using-sllauncher-for-silent-install-silverlight-application.aspx
We’re about to start running 3CX Phone as a Out-of-browser application with the “3CXMyPhoneDesktopComponents”.
We have 3000 stations and need to ensure any roaming user can run the MyPhone app first time. We have found that if we use the shortcut installed by the manual install of MyPhone if will reference a path which is unique per user per station which just doesn’t work in our environment.
We have a successful deployment of the Silverlight 5 client and 3CXMyPhoneDesktopComponents are successfully created a nice script which makes us of sllauncher.exe to install the xap locally and then run it.
/emulate:"\\3cx\data\MyPhone\application.xap" /origin:"http://3cx.wiltshire.ac.uk:5000/myphone/ClientBin/MyPhone.xap" /overwrite
/install:"\\3cx\data\MyPhone\application.xap" /origin:http://3cx.wiltshire.ac.uk:5000/myphone/ClientBin/MyPhone.xap /shortcut:startmenu /overwrite
We’ve noticed that every time we run using this technique a new directory is created under the users profile “AppData\Roaming\3CXMyPhone Client Addin” (3CXMyPhone Client Addin\529363168.3cx.wiltshire.ac.uk\3CXMyPhone Client Addin.log) which contains a file “3CXMyPhone Client Addin.log” . This location will roam with our users and create slow login times (I currently have 13 folders!). I’m surprised these logs are not created in either the TEMP folder or under AppData\Local.
Can we safety remove these folders/files or point to a new location?
Thanks,
John
There’s a useful read here about sllauncher if anyone’s interested -http://timheuer.com/blog/archive/2010/03/25/using-sllauncher-for-silent-install-silverlight-application.aspx