I will be deploying an image via MDT with Adobe CS6 Design Suite and Acrobat XI Pro installed. Is this the correct way of doing it so that end users are not prompted with serial numbers or Adobe ID prompts?
Create a trial CS6 creative suite package with AAMEE 3,1, using Adobe ID
Install this on the master image
Install Acrobat XI Pro as a trial on the master image
Deploy the image
Run APTEE to reserialize CS6 then Acrobat XI
AdobeSerialization.exe --tool=Serialize --serial=myserialnumber --leid=DesignSuiteStandard-CS6-Win-GM AdobeSerialization.exe --tool=EULA --eulasuppress --leid=DesignSuiteStandard-CS6-Win-GM AdobeSerialization.exe --tool=Register --regsuppress=ss --leid=DesignSuiteStandard-CS6-Win-GM AdobeSerialization.exe --tool=Serialize --serial=myserialnumber --leid=V6{}AcrobatPro-AS2-Win-GM AdobeSerialization.exe --tool=EULA --eulasuppress --leid=V6{}AcrobatPro-AS2-Win-GM AdobeSerialization.exe --tool=Register --regsuppress=ss --leid=V6{}AcrobatPro-AS2-Win-GM
Then the user can run either software in any order, without the need for a serial or Adobe ID?