Lokmup wrote:The only reason I can come up with is strictly to tighten up code so they can recycle one script for all the operations...
I have the same Problem with XP/Office 2010. It was solved!
Comment out (Put a REM at the start of the Line) Line 129 in \client\cmd\DoUpdate.cmd (if "%OS_NAME%"=="wxp" goto UnsupOS) and in \client\cmd\SetTargetEnvVars.cmd fill in
set OS_SP_VER_TARGET_MAJOR=3
if 2 EQU %OS_SP_VER_MAJOR% set OS_SP_PREREQ_ID=953356
set OS_SP_TARGET_ID=936929
set MSI_VER_TARGET_MAJOR=4
set MSI_VER_TARGET_MINOR=5
set MSI_TARGET_ID=942288
set WSH_VER_TARGET_MAJOR=5
set WSH_VER_TARGET_MINOR=7
if /i "%INSTALL_IE%"=="/instielatest" set INSTALL_IE=/instie8
if /i "%INSTALL_IE%"=="/instie8" (set IE_VER_TARGET_MAJOR=8) else (
if /i "%INSTALL_IE%"=="/instie7" (set IE_VER_TARGET_MAJOR=7) else (set IE_VER_TARGET_MAJOR=6)
)
set IE_VER_TARGET_MINOR=0
set DOTNET4_VER_TARGET_MINOR=0
set DOTNET4_VER_TARGET_BUILD=30319
set WMP_VER_TARGET_MAJOR=11
set WMP_TARGET_ID=wmp11-windowsxp-x86
set TSC_VER_TARGET_MAJOR=6
set TSC_VER_TARGET_MINOR=1
set TSC_TARGET_ID=969084
set WOU_ENDLESS=3
between (Line49&50)
set OS_NAME=wxp
goto SetOfficeName
This should solve the Problem
If you do understand German you can also read my Topic
viewtopic.php?f=4&t=5105Regards
Tester