is it possible as with Adobe CS5 to use a application.override.xml to set a serial number?
with Adobe CS6 it did not work, at the moment i have used the adobe_prtk.exe to serialize
Illustrator CS6 after install, it worked!
Our company is using a SQL-database, a script get the serial from the database, this serial will be set in the application.override.xml, therefore my question!
"%INSTALLSRCPATH%\Set-up.exe" --mode=silent --deploymentFile="%INSTALLSRCPATH%\Deployment\deployment.xml" --overrideFile="%INSTALLSRCPATH%\application.override"
application.override.xml:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload adobeCode="{4869414E-7AEA-4C8E-BE1C-8D40977FD517}">
<Data key="Serial" protected="0">1111-1111-1111-1111-1111-1111</Data>
<Data key="Registration">Suppress</Data>
<Data key="EULA">Suppress</Data>
<Data key="Updates">Suppress</Data>
</Payload>
</Configuration>
thank you in advance