I'm trying to integrate a silent installer of CS5 Design Standard into MDT/WDS. So the installation is always on a fresh install of Windows 7 x64.
I used AAMEE 2.1 to create a deployment image of CS5. If I install in interactive mode, installation works fine.
MDT calls install_silent.bat to start CS5 installation. Adobe Air runtime, Adobe Flash and Adobe Reader are already installed prior to CS5 install.
------------- install_silent.bat
@echo off
msiexec /i "Build\CS5 Design Standard2.msi" /qn
Exceptions\AdobeHelp\AIRInstallerRunner.exe -airRuntime AdobeAIRInstaller.exe -silent -eulaAccepted -programMenu -airAppPath AdobeHelp.air
msiexec.exe /i Exceptions\AdobePDFSettings10-mul\AdobePDFSettings10-mul.msi ADOBE_SETUP=1 /qn
--------------------------------------
CS5 installer installs most components just fine:
Successfully installed 57 components:
- Adobe CSXS Infrastructure CS5
- Microsoft_VC90_ATL_x86
- SiteCatalyst NetAverages
- Microsoft_VC90_CRT_x86
- Adobe InDesign CS5 Common Language Files_AdobeInDesign7CommonLang-en_US
- Adobe Bridge CS5
- Microsoft_VC80_ATL_x86
- Adobe Toolhints CS5
- DeviceCentral_DeviceCentral3LP-en_US
- Adobe XMP Panels CS5
- Adobe Player for Embedding
- Photoshop Camera Raw
- AdobeColorCommonSetCMYK
- AdobeHelp
- Camera Profiles Installer
- Adobe Buzzword CS5
- Adobe Mini Bridge CS5
- Adobe SING CS5
- AdobeColorJA CS5
- Adobe ReviewPanel CS5
- Adobe BrowserLab CS Live
- Microsoft_VC90_MFC_x86
- CSXS Story Extension
- Adobe Media Encoder CS5
- Suite Shared Configuration CS5
- Adobe Linguistics CS5
- PDF Settings CS5
- DeviceCentral
- AdobeColorEU CS5
- AdobeTypeSupport CS5
- AdobeColorCommonSetRGB
- Adobe InDesign CS5 Application Language Files_AdobeInDesign7AppLang-en_US
- Adobe InDesign CS5 Common Base Files
- Adobe CSXS Extensions CS5
- AdobeOutputModule
- Microsoft_VC80_CRT_x86
- Adobe Illustrator CS5
- DynamiclinkSupport
- Creative Suite 5 Design Standard
- Adobe WinSoft Linguistics Plugin CS5
- AdobePDFL CS5
- HIL Help Search
- AdobeCMaps CS5
- Required Common Fonts Installation
- Adobe SwitchBoard 2.0
- Microsoft_VC80_MFC_x86
- AdobeColorNA CS5
- Adobe Illustrator CS5_AdobeIllustrator15en_USLanguagePack
- Microsoft_VC80_MFCLOC_x86
- Adobe InDesign CS5 Application Base Files2
- Recommended Common Fonts Installation
- Adobe InDesign CS5 Icon Handler
- Adobe Extension Manager CS5
- AdobeJRE
- Adobe ExtendScript Toolkit CS5
- Adobe InDesign CS5 Application Base Files
- Adobe InDesign CS5 Application Feature Set Files
But fails on these:
DW050: The following payload errors were found during install:
DW050: - Adobe InDesign CS5 Icon Handler x64: Install failed
DW050: - Adobe Media Encoder CS5 X64: Install failed
DW050: - Microsoft_VC90_ATL_x86_x64: Install failed
DW050: - Microsoft_VC90_CRT_x86_x64: Install failed
DW050: - Microsoft_VC90_MFC_x86_x64: Install failed
Full install log: http://pastebin.com/spxAyhje
Other forum posts says to try installing the Visual C runtimes seperately and seeing why they fail, when installed seperately, runtimes install with no errors.
I don't understand why the installer fails and Adobe won't support CS5 installs.