Solve to troubleshoot
드라이버 : 1420: [DefaultInstall]-based INF cannot be processed as Primitive.
살길바라냐
2019. 11. 5. 09:18
반응형
inf 코딩 부분에
64비트면
[DefaultUninstall.NTAMD64]
LegacyUninstall=1
32비트면
[DefaultUninstall.NTX86]
LegacyUninstall=1
변경해주고 컴파일 하면 된다.
https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/creating-a-primitive-driver
Creating a primitive driver - Windows drivers
Use a primitive driver to handle and manage software that uses INF-based installation but are not necessarily tied to a particular hardware device.
docs.microsoft.com
728x90