Page 1 of 1

update office 2007 not working on Windows 10

PostPosted: 10.08.2015, 13:19
by athierens
With latest version WSUS offline v9.8 i created the ofline update files for office 2007 on a USB stick.

Using this files, i tried to update a new installed office 2007 on a new laptop with Windows 10, but the update immediately stopped with message "unsupported operating system (W10)"

Is there a solution for this problem?

thanks,
André

Re: update office 2007 not working on Windows 10

PostPosted: 10.08.2015, 14:05
by aker
Windows 10 is currently not supported by wsusou.

To bypass this restriction (I really do not recomment to do this as Windows 10 support is not tested enougth) do the following:
1) Open .\client\cmd\DoUpdate.cmd using an editor (e.g. Windows Notepad)
2) Go to line 131, the content should be
Code: Select all
if "%OS_NAME%"=="w10" goto UnsupOS

3) Replace the line with this one:
Code: Select all
::if "%OS_NAME%"=="w10" goto UnsupOS

Re: update office 2007 not working on Windows 10

PostPosted: 10.08.2015, 16:45
by athierens
Thanks.

Is the support for w10 to be expected in the (near) future?

Re: update office 2007 not working on Windows 10

PostPosted: 10.08.2015, 17:47
by aker
Difficult to say. MS did not add support for Windows 10 to wsusscn2.cab ( :arrow: viewtopic.php?f=7&t=172). We will wait until tomorrow, then we'll take a new look at that problem.