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.
Hope the following helps:
https://msdn.microsoft.com/en-us/library/windows/hardware/ff547356%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
Andrey