Jump to content

WPI v8.7.2 Release Thread


Recommended Posts


Yes I have a decent monitor! What do you need I test?

Kel wasn't looking for you to test anything. I think his monitor died and he's hoping someone might have an old one they are able to donate.

Cheers and Regards

Link to comment
Share on other sites

hello,

im getting this error:

Zeile: 238
Fehler: "lblEnable64BitProcessing" ist undefiniert

i just exracted the files and didnt do anything

and when i click NO it starts normally

Link to comment
Share on other sites

Does not work on windows 7 with Internet explorer 8 versions how to correct?
If costs internet explorer to version 8, (just installed Windows 7) that under a condition getIEver () == "11.0" arises an error, something alert.js a line 55, precisely an error I do not remember

post-385053-0-59206700-1387472872_thumb.

post-385053-0-52171800-1387474321_thumb.

Edited by Valek271183
Link to comment
Share on other sites

I think we must revert back inside wmi.js for IEver to :

function getIEver(){	position="wmi.js";	whatfunc="getIEver()";	IEver=WshShell.RegRead("HKLM\\Software\\Microsoft\\Internet Explorer\\Version");	if (IEver.substr(0,4) == "9.10")	{		IEver=WshShell.RegRead("HKLM\\Software\\Microsoft\\Internet Explorer\\svcVersion").substr(0,4);	}	else	{		if (IEver.substr(1,1) == ".")		{			IEver=IEver.substr(0,3);		}		else		{			IEver=IEver.substr(0,4);		}	}	return IEver;}

Because my first suggestion was wrong and gives errors you share. Sorry...

It's needed to find some code to improve this function !

Thanks

Edited by myselfidem
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...