Our device enumerated as hid device and a system mouse cause conflict when office 2013 is installed on windows 7.

Our application listens for plugin events, then we check if the device that was plugin was one of our device by vendor and product id. If it's one of our device we open a file handle for that device, so we could read data and write commands to that device.

CreateFile(devicePath, GENERIC_READ | GENERIC_WRITE, 0, null, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, null);

When Office 2013 is installed, it can be any of either Word, Excel, Outlook or PowerPoint is running we are unable to open the file handle to our device. It throws an error 32, the file is used by another process. If we close all open Office 2013 applications our application can now open a file handle to our device.

We don't see this issue on Office 2010/Windows 7 and Office 2013/Windows 8.

Our application is a classroom instruction system that helps teachers remotely control the desktop. The device is a USB RF receiver that accepts mouse input over the air from an interactive mobile whiteboard.

August 20th, 2013 11:02am

It is first time to hear about the confliction between Office product and mouse device. Does it still happen even in Windows safe mode?

Seems that we need to debug driver installation:

http://msdn.microsoft.com/en-us/library/windows/hardware/ff540793(v=vs.85).aspx

Cheers,
Tony Chen
Forum Support
________________________________________
Come back and mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback on our support, please contact tnmff@microsoft.com.

Free Windows Admin Tool Kit Click here and download it now
August 21st, 2013 4:06am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics