Can't install patches downloaded by wsus offline updater

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nixlayzzer
Level 1
Level 1
Posts: 7
Joined: Thu Mar 14, 2019 10:07 pm

Can't install patches downloaded by wsus offline updater

Post by nixlayzzer »

I downloaded MS Office patches by wsus offline updater on windows 7 32bit. The downloaded patches work on Windows.

I copied the downloaded file to Linux and try to install (MS Office already correctly installed) but failed. (WINEARCH=win32)

Ran the main .exe file and click "start", got a console window flashing out, then immediatly all exit.

Code: Select all

wine 'client/UpdateInstaller.exe'
0009:fixme:ver:GetCurrentPackageId (0x8dfbbc (nil)): stub
0009:err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
0009:fixme:win:LockWindowUpdate ((nil)), partial stub!
002e:fixme:exec:SHELL_execute flags ignored: 0x00000100
0036:fixme:wscript:set_host_properties ignored L"nologo" switch
0036:fixme:wscript:set_host_properties unsupported switch L"E:vbs"
I also found a .cmd file that seems to be entry.
Running DoUpdate.cmd in wineconsole got:

Code: Select all

ERROR: No command extensions available.
In DoUpdate.cmd :

Code: Select all

@echo off
rem *** Author: T. Wittrock, Kiel ***

verify other 2>nul
setlocal enableextensions
if errorlevel 1 goto NoExtensions
.....
:NoExtensions
echo.
echo ERROR: No command extensions available.
echo.
exit /b 1
I also found many .cab files. Extracting them got .msp files.
Trying to install .msp files failed.

Code: Select all

wine msiexec /p 'client/ofc/chs/GPFILT.msp'
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
nixlayzzer
Level 1
Level 1
Posts: 7
Joined: Thu Mar 14, 2019 10:07 pm

Re: Can't install patches downloaded by wsus offline updater

Post by nixlayzzer »

The downloaded .exe patches can install.

Different .msp files gives different output. They don't tell me success or not.
Some seem installs, some not (exit immediatly). Don't know how to check.
Locked