Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Kelsenellenelvian

  1. Ummm isnt it in there already?
  2. YES it IS nitpicking. LAYMANS terms though 64 is what nearly all of the unitiated use.
  3. Honestly? I am not sure how much of a difference there is supposed to be in the 2. Hell only like 12 of the tool tips ever worked until mritter spent weeks on them getting them all to work. I am not even going to touch them with a 100' pole right now, I am just glad they work as well as they do!
  4. http://www.ryanvm.net/forum/viewtopic.php?t=5999 <-- 32bit XP http://www.ryanvm.net/forum/viewtopic.php?t=7231 <--- 64bit XP \ Win2003 644bit http://www.ryanvm.net/forum/viewtopic.php?t=6256 <--- Win 2003
  5. Its partial left over code from mritters days.
  6. myselfdm, chymax3m and all others: Here are the 2 lang file for ukranian and french and the most organized land_en. @ chymax3m = I could not fully organize yours my organizer won't recognize your charachters...
  7. After that post the most current lang file you have and I will alphabetize it and repost it for double checking by you.
  8. WFM: Operating System Operating System=Win7 Edition ID=Not found Service Pack=1 Architecture Architecture Name=AuthenticAMD Architecture Name String=AMD Phenom II X6 1100T Processor Architecture ID=AMD64 Family 16 Model 10 Stepping 0 Number Of Processors=6 MHz=3300 Architecture Type=AMD64 SysArch6432=NOT_DEFINED Architecture Bits=64 True 64 Bits=true
  9. We will not help you in this forum section anymore...
  10. Just for the sake of completeness (Plus I know someone else will ask) I have added it to the next version.
  11. Pics or it aint true...
  12. Save the attachment as a .vbs and run from a cmd prompt in win8. Post the displayed info here for me.
  13. Naw the Windows 8 code for this section here: function getOSver() { position="wmi.js"; whatfunc="getOSver()"; if (szOSVerCache==NOT_FOUND) // this function is called often - get it once and cache the result { var Caption; try { objWMIService=GetObject("winmgmts:\\\\" + "." + "\\root\\CIMV2"); colItems=objWMIService.ExecQuery("SELECT * FROM Win32_OperatingSystem", "WQL", wbemFlagReturnImmediately | wbemFlagForwardOnly); enumItems=new Enumerator(colItems); objItem=enumItems.item(); Caption=objItem.Caption; if (Caption.indexOf("Windows 7") != -1) szOSVerCache="Win7"; if (Caption.indexOf("2008") != -1) szOSVerCache="08"; if (Caption.indexOf("Vista") != -1) szOSVerCache="Vista"; if (Caption.indexOf("2003") != -1) szOSVerCache="03"; if (Caption.indexOf("XP") != -1) szOSVerCache="XP"; if (Caption.indexOf("2000") != -1) szOSVerCache="2K"; } catch(ex) { try { ver=WshShell.RegRead("HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\CurrentVersion"); } catch(ex1) { try { ver=WshShell.RegRead("HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Version"); } catch(ex2) { ; } } if (ver=="5.0") szOSVerCache="2K"; if (ver=="4.0") szOSVerCache="NT"; if (ver=="Windows 98") szOSVerCache="98"; if (ver=="Windows Millennium Edition") szOSVerCache="ME"; if (ver=="Windows 95") szOSVerCache="95"; } } return szOSVerCache; } This is the main part I need: if (Caption.indexOf("Windows 7") != -1) I have NO clue what MS is calling it internally.
  14. Guys those of you that are updating lang files let me know and I will upload a alphabetized version of the CURRENT lang file I have in your lang. We need to reorganize them...
  15. Guys those of you that are updating lang files let me know and I will upload a alphabetized version of the CURRENT lang file I have in your lang. We need to reorganize them...
  16. Rick & Francesco: OK I will add support for 8 AND version #'s! BUT I need you guys to help add the code in so we can keep backwards compatability with the current getosver... Rick I need the current style getosver info for win8.
  17. v8.5.4 Updates - Released August 8th, 2012 ======================================================================== * Fixed fileVersionGreaterThan can fail on minor versions. * Fixed WMP files are locked with player disabled. * Fixed Some languages were not being displayed properly. * Fixed Missing code in the Options\Windows section. * Some old code cleanup. Use your update button! Also please post you updated lang files for me to add.
×
×
  • Create New...