1
Mitel Software Applications / Re: Deploy UnifiedCommunicatorAdvanced.MSI via GPO / Group Policy
« on: February 18, 2015, 11:51:27 PM »
Took me an hour to figure out but 2 methods of doing it are:
a) run the msi installer as msiexec /i uca.msi /qn UC_SERVER_HOSTNAME=yourfqdn.com
OR (using an msi editor like Orca)
b) edit the MSI "Property" table. Add a property of UC_SERVER_HOSTNAME with a value of yourfqdn.com. Deploy using uca.msi /qn
Havent needed to change the install language but within that same property table is a property UC_LANGUAGE which you can probably edit to one of the language values found in the ComboBox table (en-GB etc)
Might test it out later.
a) run the msi installer as msiexec /i uca.msi /qn UC_SERVER_HOSTNAME=yourfqdn.com
OR (using an msi editor like Orca)
b) edit the MSI "Property" table. Add a property of UC_SERVER_HOSTNAME with a value of yourfqdn.com. Deploy using uca.msi /qn
Havent needed to change the install language but within that same property table is a property UC_LANGUAGE which you can probably edit to one of the language values found in the ComboBox table (en-GB etc)
Might test it out later.