Edit XML file for using floating license
Hello. We have server with 2 floating licenses
I try to create xml file for silent installation,but I have two questions
1. I as administrator created xml file, after first installation (mathcad.p.xml)
I have edited xml but one line
<PROPERTY name="[APPLICATIONDATA]">C:\Users\Admin\AppData\Roaming</PROPERTY>
I dont understand what have to be instead of Admin, I think CurrentUSER but how it will look like?
<PROPERTY name="[APPLICATIONDATA]">%Currentuser%\AppData\Roaming</PROPERTY>
or something else?
2. Second question is:
Could you help me to edit this line
<MSIARGUMENT>LICENSEPATHFORM="ServerAndPort" LICENSEPATH="7788@localhost"</MSIARGUMENT>
Our server fpr example Server port 7788 how will be right:
<MSIARGUMENT>LICENSEPATHFORM="Server:7788 or Server@7788" LICENSEPATH="7788@localhost"</MSIARGUMENT>
Thank you for your answers.

