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

From innovaphone wiki
Jump to navigation Jump to search
Line 4: Line 4:
*Innovaphone myPBX Windows launcher application V10
*Innovaphone myPBX Windows launcher application V10


to get an overview which parameters you can here configure, see [[Reference10:Concept_myPBX#Launcher_2 | myPBX MSI Parameters ]].
to get an overview which parameters you can here configure, see [[Reference11r2:Concept_myPBX#Launcher_2 | myPBX MSI Parameters ]].





Revision as of 12:42, 13 May 2016

Applies To

This information applies to

  • Innovaphone myPBX Windows launcher application V10

to get an overview which parameters you can here configure, see myPBX MSI Parameters .


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

The 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.
The values of the properties are case sensitive.

for exampe you can use:

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