Kelsenellenelvian Posted September 14, 2012 Author Posted September 14, 2012 Yes, like I said the problem is the following:With IE 10 under Windows 8, the "Version" says "9.10", but "svcVersion" says "10.0". I do not know how this will be when installing IE 10 on Win7 or Vista.Please test this: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;}This should now check if IE version is 9.10, which it is on my Win8 system. If yes, it uses the svcVersion instead.If not, it checks if the version is "x.x" or "xx.x" to cut it down properly. (If the version value is later on modified by MS, perhaps they just forgot it. ^^)Thats pretty much what I was thinking too. Works fine now.
myselfidem Posted September 14, 2012 Posted September 14, 2012 Thanks for the new manual. However could you change or remove inside Chapter-6.html (line 322)Note: This cannot be checked by WMI, so it is based on whether or not a battery exists and a PCMCIAController exists. Not perfect by any meansRegards
myselfidem Posted September 14, 2012 Posted September 14, 2012 (edited) Here is the new french manual with Chapter-9.html updated for WPI update 8.6.2 (ChangeLog), And adding also Chapter-6.html (line 93):%USB%:Thanks and regards Edited September 18, 2012 by myselfidem
Dynaletik Posted September 15, 2012 Posted September 15, 2012 Hey guys,i just spent some time for updating WPI for Windows 8 on my system.I attached some InstallBG Images + ProgressBar, current version of Dyna theme and german localized files.Perhaps someone wants to use or improve it. Cheers!WPI_8.rar
myselfidem Posted September 15, 2012 Posted September 15, 2012 (edited) About Windows 8 Editions, I think the OSSKU's numbers discusssed here:http://www.msfn.org/...ost__p__1011481Are now: thanks to check if it's OK!Inside wmi.js (function getOSsku(sku)) the lines below: case 27: OSSKU="Enterprise N Edition"; break; case 48: OSSKU="Pro Edition"; break; case 49: OSSKU="Professional N Edition"; break; case 72: OSSKU="Enterprise Evaluation Edition"; break; case 98: OSSKU="8 N Edition"; break; case 99: OSSKU="8 China Edition"; break; case 100: OSSKU="8 Single Language Edition"; break; case 101: OSSKU="8 Core Edition"; break; case 103: OSSKU="Professional Edition with Media Center"; break; } return OSSKU;}And inside wmi.js [function getOSver()] Change:if (Caption.indexOf("Windows 8") != -1) To:if (Caption.indexOf("8") != -1) Regards Edited September 15, 2012 by myselfidem
myselfidem Posted September 18, 2012 Posted September 18, 2012 (edited) French manual updated with the new Licence.txt and removed the old one (french) as:The sale on WPI licenses will end on 9-20-2012.Regards*Edit: could you remove on the "Windows Post-Install Wizard Main Thread...." (inside Conditions; post 4):Note: This cannot be checked by WMI, so it is based on whether or not a battery exists and a PCMCIAController exists. Not perfect by any means.And maybe add: Returns: Laptop, Notebook or Desktop. Edited September 30, 2012 by myselfidem
SunLion Posted September 18, 2012 Posted September 18, 2012 (edited) Hi Kel, here is the file lang_br.js updated to version 8.6.2. I've tested with the new version 8.6.2 and worked well. Congratulations for your hard worklang_br.rar Edited September 18, 2012 by SunLion
myselfidem Posted September 25, 2012 Posted September 25, 2012 (edited) It is possible to add inside the manual Chapter-7.html:Comparison operators=== Identical (equal and of the same type)!== Not identicalJavaScript syntaxRegards Edited September 30, 2012 by myselfidem
Kelsenellenelvian Posted September 30, 2012 Author Posted September 30, 2012 Actually IF you read our reference sheet it is wpi as:"==" Equal to (not "=", which assigns a value to a variable.)"!=" Not equal to
myselfidem Posted October 2, 2012 Posted October 2, 2012 (edited) Yes, the Comparison operators suggested on my previous post aren't used with WPI. Thanks and regards Edited October 2, 2012 by myselfidem
chymax3m Posted October 28, 2012 Posted October 28, 2012 Hi Kel, here is a new Russian lang file edited by osmaster - a member of one software forum.
chymax3m Posted December 16, 2012 Posted December 16, 2012 (edited) Hi Kel, here is the manual translated in Ukrainian and updated lang file. Could You tell me what should i change, to get a Ukrainian manual clicking on "Manual" button? Edited December 17, 2012 by chymax3m
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now