Page 1 of 1
ERROR: Unsupported operating system language

Posted:
17.03.2016, 19:50
by dukembb32
Hello,
I'm trying to use WSUS offline on a 32 bit vista machine and after I ran the generator and the move everything to the local machine and run UpdateInstaller. I reciever the error "Unsupported operating system language". It's working on one machine but not another.
After looking around I see that some say to run DetermineSystemsProperties.vbs and when I do that a window comes up stating it couldn't run because Permissions were denied. Figure that's where the problem it because that script runs fine on the machines that WSUS is working on. I have full admin right so I'm unsure what to do to fix the issue.
Thank you
Re: ERROR: Unsupported operating system language

Posted:
18.03.2016, 09:18
by aker
Could you post the content of WOUSystemProperties.txt (on your Desktop after you ran DetermineSystemProperties.vbs) in [code]-tags?
Re: ERROR: Unsupported operating system language

Posted:
18.03.2016, 11:36
by boco
Did the system it's not running on ask for Elevation? While the download doesn't need Highest privileges, the installation does. On Systems where it doesn't elevate correctly (or the UAC prompt is disabled), it might have to be explicitly started as Administrator.
Re: ERROR: Unsupported operating system language

Posted:
18.03.2016, 13:15
by dukembb32
boco wrote:Did the system it's not running on ask for Elevation? While the download doesn't need Highest privileges, the installation does. On Systems where it doesn't elevate correctly (or the UAC prompt is disabled), it might have to be explicitly started as Administrator.
Yes it did ask for elevation. I even right clicked and Ran as Administrator just to see if that would make any difference
Re: ERROR: Unsupported operating system language

Posted:
18.03.2016, 13:16
by dukembb32
aker wrote:Could you post the content of WOUSystemProperties.txt (on your Desktop after you ran DetermineSystemProperties.vbs) in [code]-tags?
I'll check once I'm back in front of the system. But since DetermineSystemProperties.vbs never ran wouldn't that mean I would have that txt file? I received a permissions error when I tried running it
Re: ERROR: Unsupported operating system language

Posted:
18.03.2016, 13:54
by dukembb32
aker wrote:Could you post the content of WOUSystemProperties.txt (on your Desktop after you ran DetermineSystemProperties.vbs) in [code]-tags?
The file exists but it's blank when I open it
Re: ERROR: Unsupported operating system language

Posted:
18.03.2016, 15:12
by boco
Thou shalt run it by thyself!

If you run the DetermineSystemProperties.vbs script manually, do you get any errors and/or is the file still blank? It would indicate a faulty Windows Script Host, then.
Windows Commandline window (Administrator), while being in the ./cmd directory
- Code: Select all
cscript //nologo .\DetermineSystemProperties.vbs
Re: ERROR: Unsupported operating system language

Posted:
18.03.2016, 15:39
by dukembb32
Yeah when I run it using that command I still get a permission denied error and the file on the desktop is still blank.
If it is an issue with windows script host, I'm not really sure what I could do to fix that
The error code that comes up when I run the .vbs file is 800A0046