Adobe has a pdf explaining deployment for Enterprise Deployment but has a few mistakes which are explained here.
If copying and pasting from the pdf to your xml files, you must replace their double-quotes (they use typographer double quotes which are not understood).
Create a file called "application.xml.override" (exact extension) and paste:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload>
<Data key="Serial" protected="0">132614731635594487328558</Data>
<Data key="Registration">Suppress</Data>
<Data key="EULA">Suppress</Data>
<Data key="Updates">Suppress</Data>
</Payload>
</Configuration>
This file is automatically seen by the installer and tells to bypass asking user for serial number, registration, and end user liscence agreement upon first run, and not to ask user for updates.
The install.xml and uninstall.xml are located by default in the "deployment" directory. These files dictate which applications are installed.
Application.xml.override:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload>
<Data key="Serial" protected="0">XXXXXXXXXXXXXXXXXXXXXXXX</Data>
<Data key="Registration">Suppress</Data>
<Data key="EULA">Suppress</Data>
<Data key="Updates">Suppress</Data>
</Payload>
</Configuration>
Install.xml:
<?xml version="1.0" encoding="UTF-8"?>
<Deployment>
<Properties>
<Property name="INSTALLDIR">C:\Program Files\Adobe</Property>
<Property name="OS64Bit">0</Property>
<Property name="driverAdobeCode">{F0699DAC-0DC4-410B-B558-6D8CB5F3511A}</Property>
<Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
<Property name="eula_EPIC_EULA_SELECTED">0</Property>
<Property name="installLanguage">en_US</Property>
<Property name="installSourcePath">Z:\GDC0008A\</Property>
<Property name="sessionID">719d6f144d0c086a0dfa7ff76bb9ac1</Property>
<Property name="setupVersion">1.0.135.0</Property>
</Properties>
<Payloads>
<Payload adobeCode="{F0699DAC-0DC4-410B-B558-6D8CB5F3511A}">
<Action>install</Action>
</Payload>
</Payloads>
</Deployment>
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.