@echo off
set prereqpath="Z:\CDM 10.2.4\prereq"
echo pre-req path:%prereqpath%
echo install IIS
servermanagercmd.exe -install web-server /a
echo install .Net3.5
ServerManagerCmd.exe -install NET-Framework
pushd %prereqpath%
echo install .Net4.5
start /w NDP451-KB2858728-x86-x64-AllOS-ENU.exe /q /norestart
echo inatall vc++2010
start /w vcredist_x86.exe /q /norestart
start /w vcredist_x64.exe /q /norestart
echo install 7z...
7z920.exe /S /D="c:\Program Files\7-Zip\"
echo install firefox...
"Firefox Setup 18.0.2.exe" -ms
REM echo install jre...
REM "jre-6u35-windows-i586.exe" /s STATIC=1
echo install office2007
"Office2007\setup.exe" /config ..\config.xml
echo install Adobe
"AdbeRdr90_en_US" /sAll /rs /l /msi"/qb-! /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"
echo install 6.1
"Windows6.1-KB2454826-v2-x64.msu" /q /norestart
popd
echo prereq installation done!!
pause
set prereqpath="Z:\CDM 10.2.4\prereq"
echo pre-req path:%prereqpath%
echo install IIS
servermanagercmd.exe -install web-server /a
echo install .Net3.5
ServerManagerCmd.exe -install NET-Framework
pushd %prereqpath%
echo install .Net4.5
start /w NDP451-KB2858728-x86-x64-AllOS-ENU.exe /q /norestart
echo inatall vc++2010
start /w vcredist_x86.exe /q /norestart
start /w vcredist_x64.exe /q /norestart
echo install 7z...
7z920.exe /S /D="c:\Program Files\7-Zip\"
echo install firefox...
"Firefox Setup 18.0.2.exe" -ms
REM echo install jre...
REM "jre-6u35-windows-i586.exe" /s STATIC=1
echo install office2007
"Office2007\setup.exe" /config ..\config.xml
echo install Adobe
"AdbeRdr90_en_US" /sAll /rs /l /msi"/qb-! /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"
echo install 6.1
"Windows6.1-KB2454826-v2-x64.msu" /q /norestart
popd
echo prereq installation done!!
pause