0

The IPMI app I have, Intel's IPMI, V2.0, Command Test Tool from https://www.intel.com/content/www/us/en/servers/ipmi/ipmi-technical-resources.html is rejected by WinPE 10 which states "This version is not compatible with the version you're running." How would I resolve that? I have to execute it from within WinPE 10.

Win10PE is 64-bit and used to install 64-bit Windows. The app relies on Tcl/Tk scripts.

I am also open to alternative open source apps which will run in WinPE 10.

K7AAY
  • 9,725

1 Answers1

2

Since the scripted install of 64-bit OS is in use, Win10 PE is presumed to be 64-bit. The app relies on Tcl/Tk scripts.

So "program" is simply several batch files. The DLL files are 32-bit, so you need to use a 32-bit instance of WinPE otherwise, the application won't work. Make sure you define the required system variables.

How would I resolve that?

You need to use a 32-bit version of WinPE in order to run the batch files. There might be other requirements that I am not able to determine, from the just the compress archive you linked to, but all indications are that the files will only work on a 32-bit version of Windows (WinPE included).

Ramhound
  • 44,080