I get the following error message: Le module spécifié est introuvable, ClassID: {76A64158-CB41-11D1-8B02-00600806D9B6}Within Windows in English, that should look like this: Specified module not foud, ClassID: {76A64158-CB41-11D1-8B02-00600806D9B6}
Just in case, the WMI instruction I am using is"Select SerialNumber From Win32_BIOS"
are you using Process Monitor to check what SysWOW64\cmd.exe is reaching for when the error occurs?
Does WMIC BIOS GET SERIALNUMBER not work when executed from SysWOW64? Why add WIN32_?
Build (x64 or x86) ???SysWOW64 support is just basic.. And not needed if using x64 apps..
Quote from: James on May 11, 2018, 02:45:04 PMBuild (x64 or x86) ???SysWOW64 support is just basic.. And not needed if using x64 apps..Build x64 but x86 app. That's why it's a pain. This app cannot be converted to 64bit for compatibility reasons.
Then you need to figure out all the files Dependancies for the x86 APP and then add them to SysWOW