Imaged deployments have specific steps that need to be taken to make sure the licensing is applied correctly. The ETK documents this very clearly. Look at the very last line in the documentation excerpt below.
Common Deployment Options and Methods — Enterprise Administration Guide
Imaged OS deployments
If you image a machine with Acrobat, you must first generate a prov.xml file on an online machine and then create a permanent offline exception that is not machine specific. To do so:
- Generate prov.xml on any machine connected to the internet:
adobe_prtk --tool=VolumeSerialize --generate --serial=<serialnum> --leid=<LEID of product> [--regsuppress=ss] [--eulasuppress] [--locales=list of locales in xx_XX format or ALL>] [--provfilepath=<Absolute path to prov.xml>]
style="color:rgb(0, 0, 0);font-family:Tahoma, Verdana, Arial, sans-serif;font-size:12px"
- Acrobat need not be installed to run this command.
- The machine on which this command is run must be online.
- It is highly recommended to suppress registration.
- Install Acrobat on the master image.
- Launch Acrobat once and close.
- On the master image, copy the prov.xml file created at step 1.
- Create a permanent activation exception for Acrobat:
adobe_prtk --tool=VolumeSerialize [--provfile=<Absolute path to prov.xml>] --stream
- The master image is now ready to be imaged.
Note
Granting an offline exception to activation using the Customization Wizard for an imaged OS deployment method is not supported.