Office 2007 on XP

Office 2007 on XP

Postby Lokmup » 27.08.2015, 20:07

I have several offline XP machines that I have to keep Office 2007 up to date due to corporate requirements. Is there a way to make the office wsus disk work with XP? I commented out line 129 of DoUpdate.cmd (if "%OS_NAME%"=="wxp" goto UnsupOS) but it still failed out.
Lokmup
 

Re: Office 2007 on XP

Postby Denniss » 27.08.2015, 23:20

What exactly happens with this line commented out?
Otherwise you need to use an older version, AFAIR 9.2.1 was the last version with combined XP + O2k7 support.
Denniss
 
Posts: 869
Joined: 01.08.2009, 10:51

Re: Office 2007 on XP

Postby Lokmup » 28.08.2015, 01:43

There is an error out for a missing sp check failure later in the script.
Lokmup
 

Re: Office 2007 on XP

Postby aker » 28.08.2015, 12:13

Is there a folder .\client\wxp?
Is yes, please delete or rename it.

Also please post a screenshot of the error message.
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: Office 2007 on XP

Postby Lokmup » 28.08.2015, 14:04

Here is the error from the run this morning. I haven't had time to track it down in the code yet...not enough coffee this morning.
Attachments
xperror.JPG
Error code for Office in XP
(56.21 KiB) Not downloaded yet
Lokmup
 

Re: Office 2007 on XP

Postby aker » 28.08.2015, 18:55

@WSUSUpdateAdmin
Why does wsusou require the OS_* vars (e.g. SPs), if the medium does not support Windows?
Wouldn't it be better to skip all static Windows stuff, if the medium does not support Windows?
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32

Re: Office 2007 on XP

Postby Lokmup » 01.09.2015, 17:47

The only reason I can come up with is strictly to tighten up code so they can recycle one script for all the operations...
Lokmup
 

Re: Office 2007 on XP

Postby Tester » 03.09.2015, 11:49

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=5105

Regards

Tester
Last edited by Tester on 03.09.2015, 16:03, edited 1 time in total.
Tester
 
Posts: 13
Joined: 08.03.2014, 13:40

Re: Office 2007 on XP

Postby WSUSUpdateAdmin » 03.09.2015, 13:18

Hi!

First of all: I recommend to use the last version supporting XP (v. 9.2.1) for this purpose.

Anyway, even if I won't go back to support deprecated systems, I now added an "Office only media" feature (r686), so you just have to comment out the desired "[...] goto UnsupOS" line(s) starting at line 126, but don't have to re-enable the whole obsolete OS specific code in SetTargetEnvVars.cmd.

Regards
T. Wittrock
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Re: Office 2007 on XP

Postby Tester » 03.09.2015, 15:55

WSUSUpdateAdmin wrote:Hi!

First of all: I recommend to use the last version supporting XP (v. 9.2.1) for this purpose.


Sehr geehrter Herr Wittrock,

die ganze Sache hat nur ein Haken! Aus mir unverständlichen Umständen zieht diese Version nicht alle Office Updates.

Siehe auch: :arrow: viewtopic.php?f=4&t=5105

Von daher finde ich die in meinem Toppic erroirte Lösung für den besseren Weg.

Mit freundlichen Grüßen

Tester
Tester
 
Posts: 13
Joined: 08.03.2014, 13:40


Return to Installation / Updating

Who is online

Users browsing this forum: No registered users and 16 guests