Howto:MyPBX - deploy Setup.msi to PCs already with correct config: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(Replacing page with 'The information previously found in this article has been merged in to the ''Launcher'' chapter of Concept myPBX.')
 
Line 1: Line 1:
==Applies To==
The information previously found in this article has been merged in to the ''Launcher'' chapter of [[Reference12r2:Concept_myPBX#Launcher_2 | Concept myPBX]].
This information applies to
 
*Innovaphone myPBX Windows launcher application V10
 
to get an overview which parameters you can here configure, see [[Reference12r2:Concept_myPBX#Launcher_2 | myPBX MSI Parameters ]].
 
 
<!-- Keywords: enter keywords, foreign translations and/or synoyms not appearing in the article here for better search results -->
 
==More Information==
 
===Problem Details===
 
Deploying myPBX windows launcher to many PCs and set the right config manually to each PC takes a lot of time. Here is a solution for deploying the setup already with the right configuration in the PC.
 
 
===Resolution===
 
* We can use the Microsoft Group Policy for myPBX deployment. - http://support.microsoft.com/kb/816102
 
The [[Reference10:Concept_myPBX#Launcher_2|command line parameteres of myPBXsetup.msi]] can be used to deploy the configuration via a .mst transform file. In orca the parameters have to be set in the Property table. <br>
The values of the properties are '''case sensitive'''.
 
for exampe you can use:
{| border=1
|+
|Property
|Value
|-
|URL
|http://xxx.xxx.xxx.xxx/PBX0/MY/client.htm
|-
|URL2
|http://yyy.yyy.yyy.yyy/PBX0/MY/client.htm
|-
|TRACE
|true
|-
|OFFICETRACE
|false
|-
|AUTOSTART
|true
|-
|AUTOPRESENCE
|true
|-
|APPNAME
|zzz.exe
|-
|APPPATH
|c:\... or http://...
|-
|APPPARAMS
|whatever the app supports
|}
 
 
 
 
    AUTOPRESENCE - Detect user activity on the computer in order to set the IM status (true or false).
    APPNAME - The display name of the external application.
    APPPATH - The path to the executable or the URI of the external application (may contain placeholders).
    APPPARAMS - The command line parameters for the external application (may contain placeholders).
 
 
 
If you are searching for further hints how to use the Orca database editor to edit Windows Installer files have a look at the Microsoft support pages: http://support.microsoft.com/kb/255905/en-us
 
[[Category:Howto|{{PAGENAME}}]]

Latest revision as of 16:03, 29 November 2017

The information previously found in this article has been merged in to the Launcher chapter of Concept myPBX.