Jump to content

WPI v8.6.0 Release Thread


Recommended Posts


Many thanks Kels for the new release, but we can't use update fonction to download the new WPI_v8.5.9 , because it's a rar file and not a zip file!

It's also needed to change the wpi.xml with the update to download the new zip file!

Regards

Edited by myselfidem
Link to comment
Share on other sites

Thanks!

Maybe it's possible to change inside information.js


ConditionsGrid.addRow(gId++,'getFirewallProduct()=="Sygate Personal Firewall"');
ConditionsGrid.addRow(gId++,'getAntiVirusProduct()=="AVG Anti-Virus Free"');

with:


ConditionsGrid.addRow(gId++,'getFirewallProduct()=="'+getFirewallProduct()+'"');
ConditionsGrid.addRow(gId++,'getAntiVirusProduct()=="'+getAntiVirusProduct()+'"');

Works fine for me!

To have real information about this.

Regards

Edited by myselfidem
Link to comment
Share on other sites

v8.6.0 Updates - Released August 29th, 2012

====================================================

*** Get Firewall product now shows current information.

*** Get Antivirus product now shows current information.

*** Added Windows and Theme file location into the log.

*** Fixed Get Edition ID.

*** Added OS Current Build to log.

*** More lines at the bottom of the lang_en file.

*** Removed some redundant code. (Skins file???)

Use your update function!

Link to comment
Share on other sites

Many thanks! :)

It's possible to add inside information.js:


MyComputerGrid.addRow(gId++,getText(lblOSBuild)+','+getOSBuildID()+'');

ConditionsGrid.addRow(gId++,'getOSBuildID()=="'+getOSBuildID()+'"');

And with this suggested order:

getOSver => Win7

getOSeditionID => Ultimate Edition

getOSvernum => 6.1

getOSBuildID => 7600

getSPver => 1

Regards

Edited by myselfidem
Link to comment
Share on other sites

I had to delete three lines in lang_es.js:

line 477 lblSysArch6432[lang] = ['SysArch6432'];

line 479 lblTrue64Bits[lang] = ['64 Bits Reales'];

line 1020 optFloat[lang] = ['Float'];

Regards and thanks by the update... :thumbup

Edited by alfreire
Link to comment
Share on other sites

Umm thank you but please actually ADD the new lines:

And find the extra lines and translate all the rest (If you have the time)


lblOSvernumber[lang] = ['Operating System Version'];
lblThemeFile[lang] = ['Theme file'];
lblWindowsFile[lang] = ['Window Options file'];
lblOSBuild[lang] = ['OS Current Build'];

Here is a organized lang_es for you to work on if you kindly will...

These lines ALSO need removed:

lblMonitorColorDepth[lang] = ['Profundidad de color'];

lblMonitorRefreshRate[lang] = ['Frecuencia de actualización de Pantalla'];

lblMonitorResolution[lang] = ['Resolución de Pantalla'];

lblPNPDeviceID[lang] = ['ID de dispositivo PnP']; <-- There were 2 of these!

txtMonitorColorDepth[lang] = ['Utilizar \'Máxima\' Para mejores resultados.'];

txtMonitorRefreshRate[lang] = ['Utilizar \'Máxima\' Para mejores resultados.'];

txtMonitorResolution[lang] = ['Cambiar a la resolución elegida cuando se inicie el WPI.'];

Also this line is missing:

txtMustAddCommand[lang] = ['You must add a command entry through the \'Add\' button before being able to perform this operation.'];

*** While we are being picky ***

Edited by Kelsenellenelvian
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...