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

From innovaphone wiki
Jump to navigation Jump to search
Line 20: Line 20:
* We can use the group Policy for myPBX deployment. - http://support.microsoft.com/kb/816102
* We can use the group Policy for myPBX deployment. - http://support.microsoft.com/kb/816102


* Regarding the URL configuration we have to manipulate the .msi file with the tool orca.
The command line parameteres of myPBXsetup.msi which are listed here http://wiki.innovaphone.com/index.php?title=Reference10:Concept_myPBX#Launcher_2 can be used to deploy the configuration via a .mst transform file.  
**http://msdn.microsoft.com/en-us/library/windows/desktop/aa370557(v=vs.85).aspx
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
**http://msdn.microsoft.com/en-us/library/windows/desktop/aa371168(v=vs.85).aspx


* Example URL
**Registry: mypbxurl1
**Root: -1
**Key: Software\innovaphone\myPBX
**Name: URL
**Value: http://172.16.0.50/PBX0/MY/client.htm
**Component_: C__077CF4BB389040799171978F53C6E51F


* Example Autostart
**Registry: mypbxrun
**Root: -1
**Key: Software\Microsoft\Windows\CurrentVersion\Run
**Name: innovaphone myPBX
**Value: C:\Program Files\innovaphone\myPBX\myPBX.exe
**Component_: C__077CF4BB389040799171978F53C6E51F
<!-- == Related Articles == -->


[[Category:Howto|{{PAGENAME}}]]
[[Category:Howto|{{PAGENAME}}]]

Revision as of 18:11, 30 April 2013

Applies To

This information applies to

  • Innovaphone myPBX Windows launcher application
In V10, this article is obsolete, 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 which are listed here http://wiki.innovaphone.com/index.php?title=Reference10:Concept_myPBX#Launcher_2 can be used to deploy the configuration via a .mst transform file. 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