Below are examples of what you will need to add to your xml
Download the attached CSAProducts.xml
And modify ProductType to the following to match the product you are using:
ProductType can be one of the 3 options:
Then add the your network install path you set in step 1 like so: <OnPremiseXMLPath>\\SERVERNAMEHERE\path\YOURPRODUCTHERE.xml</OnPremiseXMLPath>
Example: <OnPremiseXMLPath>\\server\csalicensing\ceFloating.xml</OnPremiseXMLPath>
OnPremiseXMLPath should match the path that you used in the UserSettings.xml file.
If you have multiple on premise licenses:
You can do as above for 1 product, then copy the contents of the XML between these 2 tags:
<CSAProduct>
/////
</CSAProduct>
so that it reads like:
<ArrayOfCSAProduct xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CSAProduct>
//////
</CSAProduct>
<CSAProduct>
//////
</CSAProduct>
</ArrayOfCSAProduct>
And then modify the contents of the second CSAProduct for your second product
3. In your bat file you can include the following
XCOPY "x:\deploy\CSAProducts.xml "C:\ProgramData\CSA\CSAProducts.xml" /y
XCOPY "x:\deploy\UserSettings.xml "C:\ProgramData\CSA\CSAProducts.xml" /y
"x:\deploy/product.exe"
Product exe can be obtained from: https://download.civilsurveyapplications.com/
If you are install deploying on premise first you can install as if it was the only application. As when you then license the Computer bound key it will update the CSAProducts.xml for you.
But if you are installing after a computer bound license has been activated, you can copy the CSAProducts.xml from the workstation and copy the CSAProduct section from the attached XML file into your and updated it as above then deploy that file instead.
You may have to have multiple CSAProduct .xml to deploy out depending our the CSA software usage at your company and your licensing needs.
You can lodge a helpdesk ticket and we will try and assist you with the best option for your needs.