Hi simplearc,
I was able to get the install working.
As it turns out I think that I wasn't waiting long enough for the Creative Cloud program to install.
It takes about 10 minutes for that tiny program to install when the Acrobat install took less than a minute.
It must download something in the background which is a bummer because than what is the point of the CC packager?
When the install of both Acrobat and Creative Cloud are complete Acrobat errors with a missing dll.
Thats where your suggestion for Visual C++ Redist comes into play. I run that and the error goes away.
So my final script that seems to work is this:
setup.exe
"ExceptionDeployer.exe" --workflow=install --mode=pre --installLanguage=en_US
"vcredist_x86.exe" /install /quiet /norestart
In the end I end up with 2 entries of "Adobe Acrobat XI Pro" in Programs and Features but it works so i'll have to live with that.
Thanks,
Shawn