Hi McQueen,
I am sorry for the inconvenience you have been facing. Let me expalin you the deployment process by some example:
I have three separated packages created with CCP. One is Acrobat Pro XI, the other one i Photoshop and the last with all CC apps.
Deploying only Acrobat Pro XI:
Step 1: Go to Exception and run the ExceptionDeployer command: ExceptionDeployer.exe --workflow=install --mode=pre (Do not launch Acrobat)
Step 2: Go to Build and run msiexec.exe /i Package.msi /qn
Launch Acrobat and it should work. The Build contains the Licensing and activation information for the product.
Deploying only Photoshop:
In this scenario we just need to run the msi from build. No need to go to Exception folder.
Deploying the entire software:
Step 1: Go to Exception and run the ExceptionDeployer command: ExceptionDeployer.exe --workflow=install --mode=pre ( Installs Acrobat)
Step 2: Go to Build and run msiexec.exe /i Package.msi /qn ( Installs and license rest of the apps)
Step 3: Go to Exception again and run the ExceptionDeployer command: ExceptionDeployer.exe --workflow=install --mode=post (Installs Lightroom and Muse)
I hope this helps.
Regards,
Romit Sinha