Create DefaultInstall section in an inf file

女生的网名这么多〃 提交于 2019-12-12 03:36:41

问题


I have a virtual serial driver. It is installed in Device manager successfully. But if I install it with windows explorer context menu (inf file has "Install" menu in popup context menu), system displays an error as following.

The INF file you selected does not support this method of installation.
                  Operation not allowed in WOW64"

My system is Windows 8.1 x64 And this driver is built to run on Windows 7 x64 and later. This driver is a virtual serial driver skeleton generated by Visual Studio. So, you can make the driver easily. I need it to be installed in windows explorer context menu.

I think this can be resolved by creating DefaultInstall section. But I can't find the solution.


回答1:


Hope the following helps:

https://msdn.microsoft.com/en-us/library/windows/hardware/ff547356%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

Andrey



来源:https://stackoverflow.com/questions/35812854/create-defaultinstall-section-in-an-inf-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!