I not working NVME driver for WinXP - yeah it exists:
https://sourceforge.net/projects/nvme-for-windows-2003-server/
I made it working with clean install, but i have problem to make it working with my tuned install.
Does someone here understand *.inf files?
Only known difference working install is that is english Win XP SP3 and not working in Non English (Czech).
Inf file dont looks complex, but there are some localization things. Its possible to simply discover which files are needed for installation? I could try to copy them from install here its working.
If understand it correctly:
1) it using Nvme86.cat + Nvme.sys which are part of installation package.
2) After that there are add some logging with System32\IoLogMsg.dll - i have this file in my system.
3) add its creating couple of registry keys.. - there could be problem that key is not existing or with permission.
I guess that there is now any tool which would just print in which step of inf file processing problem happens?