Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jaaye

Pages: [1]
1
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.

Pages: [1]