Jump to content

Recommended Posts


Posted

Thanks Kelsenellenelvian for the new release!

Could you add with WPI_v8.6.1, inside information.js:

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

Thanks and regards

Posted

Could you also change inside installer_log.js (line 99):

Replace:

WriteLogLinePlain("   "+getText(lblArchType)+"="+sysArch);

With:

WriteLogLinePlain("   "+getText(lblArchType)+"="+getArch());

Regards

Posted (edited)

Inside WPI_v8.6.2 it's needed to remove (function getArchNumProcs() is writed twice and give a wrong result):

wmi.js (line 461)

Remove:


function getArchNumProcs()
{
position="wmi.js";
whatfunc="getArchNumProcs()";

return WshShell.ExpandEnvironmentStrings("%NUMBER_OF_PROCESSORS%");
}

Because this function is already changed!

Regards

Edited by myselfidem
Posted (edited)

I have no wmi crap figured out!!

The result on my computer amd64 HP is:

Audio, Keyboard and mouse not detected!

Edited by myselfidem
Posted

However, I can see only one CD\DVD is detected and I have two CD\DVD Burner on each computer (HP x86 and HP amd64):

On HP amd64 only this one is detected:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE\CdRomHL-DT-ST_DVDRAM_GH24NS50________________XP01____\4&2a750ea6&0&0.2.0\Device Parameters]

And this one isn't detected:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE\CdRomhp_CDDVDW_TS-H653R______________________0E00____\4&2a750ea6&0&0.1.0]

Same result with one CD\DVD not detected inside HP x86 computer (two CD\DVD installed)!

Note: Each time we install a new CD\DVD we must update the firmware to have a CD\DVD to run properly!

Regards

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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