Can I put my server address into Xeoma installer?
Q: I was wanting to deploy Xeoma via AD to all my domain computers.
Is there a way I can edit the installer package with my server address and user password into the installer? Or server address at least?
A: Let’s say, your server IP address is 192.168.0.2, then you can use the command line to run Xeoma with a key:
-client test@192.168.0.2
Or with the following key if a password is not required:
-client 192.168.0.2
Alternatively, you can also customize Xeoma oem_info with the following line:
<ServerAddress>192.168.0.2</ServerAddress>
This way the customized version will try connect to the specified server at each start.
Valid as of February 17, 2023