Page 1 of 2

Windows 7 32bit unsupported O.S.

PostPosted: 17.03.2018, 11:18
by MichC
Hello everyone, I' m a new user.
I am using Windows 7 32 bit on an old laptop. I downloaded the last version of WSUS. I downloaded all the updates without problem. The problem is that when I run the updater installer (even with administrative privlege) I get this:
Code: Select all
ERROR Unsupported Operating System <x86>.

I tryed to run "sfc/ scannow" and it says that there are some corrupted files in my pc but it can't fix them. Anyway here is the log (https://drive.google.com/open?id=1LUsmq ... dFIDk945Pz)

I think there is a way to force the launch of the updates. I could run them manually but I need to know the exact order to avoid dependencies error ecc :(

Re: Windows 7 32bit unsupported O.S.

PostPosted: 17.03.2018, 16:48
by Dalai
Please run wsusoffline\client\cmd\DetermineSystemProperties.vbs and post the contents of WOUSystemProperties.txt on your desktop after doing so. Also: Did you disable any important services like WMI, WSH (Windows Scripting Host) or similar, like by using any tweaking tool?

Regards
Dalai

Re: Windows 7 32bit unsupported O.S.

PostPosted: 17.03.2018, 18:41
by MichC
Dalai wrote:Please run wsusoffline\client\cmd\DetermineSystemProperties.vbs and post the contents of WOUSystemProperties.txt on your desktop after doing so. Also: Did you disable any important services like WMI, WSH (Windows Scripting Host) or similar, like by using any tweaking tool?
Dalai

Thanks for the help,
Code: Select all
Line: 404
Char 1
Error: the executable program that this service is configured to run in does not implement the service
Code: 8007043B
Source: null

A friend of mine installed a lighter version of Windows 7 so I don't know if something really important is missing.
Anyway I opened "services" and I noticed that the "wmi" service is running but I can't find any "Windows scripting host". What is the exact name of this last service?

Re: Windows 7 32bit unsupported O.S.

PostPosted: 17.03.2018, 20:13
by Dalai
MichC wrote:A friend of mine installed a lighter version of Windows 7 so I don't know if something really important is missing.

Well, it's obvious that something important is missing. You should ask your friend about what he removed from the installation.

[...] but I can't find any "Windows scripting host". What is the exact name of this last service?

WSH is not a service but it can be disabled via registry (don't know where exactly, but I'm sure any search engine can answer that).

Anyway: WMI, WSH, DISM and some other components are essential for WSUS Offline to work. Also note that some components might even need others to work correctly.

Regards
Dalai

Re: Windows 7 32bit unsupported O.S.

PostPosted: 17.03.2018, 21:34
by aker
This sounds like some WMI-problem.

The script is failing at this line:
Code: Select all
Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\.\root\cimv2")


Could you post a list of all disabled services on the target machine?
Please also post the output of the command
Code: Select all
sc queryex winmgmt
.

Re: Windows 7 32bit unsupported O.S.

PostPosted: 17.03.2018, 23:37
by MichC
Dalai wrote:
MichC wrote:A friend of mine installed a lighter version of Windows 7 so I don't know if something really important is missing.

Well, it's obvious that something important is missing. You should ask your friend about what he removed from the installation.

[...] but I can't find any "Windows scripting host". What is the exact name of this last service?

WSH is not a service but it can be disabled via registry (don't know where exactly, but I'm sure any search engine can answer that).

Anyway: WMI, WSH, DISM and some other components are essential for WSUS Offline to work. Also note that some components might even need others to work correctly.

Regards
Dalai

Thanks for the reply. Here all the services on my machine : https://drive.google.com/open?id=1-up2o ... RUu1Lps9SS

Re: Windows 7 32bit unsupported O.S.

PostPosted: 17.03.2018, 23:44
by MichC
aker wrote:This sounds like some WMI-problem.

The script is failing at this line:
Code: Select all
Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\.\root\cimv2")


Could you post a list of all disabled services on the target machine?
Please also post the output of the command
Code: Select all
sc queryex winmgmt
.

Thanks for the reply. Here is the result of the command
Code: Select all
TYPE: 20 WIN32_SHARE_PROCESS
STATE: 1 STOPPED
WIN32_EXIT_CODE: 0 <0x0>
SERVICE_EXIT_CODE :0 <0>
CHECKPOINT: 0x0
WAIT_HINT: 0x0
PID: 0
FLAGS: 0


If i try to start the WMI service I get this
Code: Select all
1083 error: the executable program that this service is configured to run in does not implement the service

Re: Windows 7 32bit unsupported O.S.

PostPosted: 18.03.2018, 04:31
by boco
The service has dependencies:

DCOM Server Process Launcher
RPC Endpoint Mapper

Those need to be running (or at least not be disabled), too.

Re: Windows 7 32bit unsupported O.S.

PostPosted: 18.03.2018, 08:05
by MichC
boco wrote:The service has dependencies:

DCOM Server Process Launcher
RPC Endpoint Mapper

Those need to be running (or at least not be disabled), too.

As you can see from my screenshots these services are running, I don't know why the script doesn't work :(

Re: Windows 7 32bit unsupported O.S.

PostPosted: 18.03.2018, 08:41
by boco
I cannot see the screenshot, as I don't visit Google sites. You could have attached the screenshot here.

Clearly, the cause is one component that's disabled or missing in your Windows 7 installation. DCOM, WMI and WSH are services/components that tweakers or "Lite" OS like to disable. But they are essential to WOU.