The device-manager tag has no wiki summary.
0
votes
2answers
361 views
Attempting to run embedded tool from WIX msi for selective installation
Basically I'm trying to build a WIX msi that can run devcon.exe (command line version of windows hardware manager) to detect if a particular piece of hardware is installed. If it is, then install msi ...
1
vote
1answer
421 views
Windows - How to explore the devices by connection. Like Windows “Device Manager”
The idea is to start from the VID and PID of USB hub and then explore its contents.
Given a USB hub how do we explore the connected devices?
I need to programmatically explore the attacked devices ...
0
votes
1answer
161 views
Equivalent of “Scan For Hardware Changes” in device manager doesn't work after failed installation
According to the docs the C++ functions CM_Locate_DevNodeA and CM_Reenumerate_DevNode of CfgMgr32.dll should be the programatical equivalant to the menu item scan for changed hardware in the device ...
0
votes
1answer
125 views
MotionManager and DetailViewController
I use a table view controller which have 26 detail items.At start all works fine , but after loading 7 detail views the attitude of device motion doesn't give me results (nan) here is the code of the ...
0
votes
1answer
123 views
Mobile Device Manager 2008 SP1 With WSUS 3.1 SP2
Can I install MDM 2008 SP1 with WSUS 3.1 SP2?
It fails telling me I need WSUS 3.0 SP1 or higher.. but since I have SP2 shouldn't it work?
I'm installing on Server 2008
2
votes
0answers
164 views
Programmatically Enable a Disabled Device
I'm using the code from this answer: Win32 API function to programatically enable/disable device
The code works, but sort of.
It only succesfully enables the device if it has previously been disabled ...
2
votes
0answers
394 views
Android Emulator error -ddmlib error
When test my codes by elumator ,Eclipse console show this error(but application Debug is OK):
[2011-12-28 13:30:26 - ddmlib]Your host of software to suspend a already established connection。
...
2
votes
0answers
635 views
Profile Manager Lion Server error
My Lion Server (10.7.1) worked perfectly until this tuesday. Yesterday when I went to profile manager's page, sometime it works and sometime not.
Also, if I do the enrollment of a device sometimes ...
0
votes
0answers
50 views
Get notification about enabling/disabling device from DeviceManager C++
I'm trying to figure out how can I get notification that specific device was disabled/enabled through Windows DeviceManager.
I found a way to register to DeviceChange notifications by ...
0
votes
0answers
176 views
How to Enable and Disable the IEEE 1394 OHCI Compliant Host Controller Programmatically in C#
I have the need to Enable and Disable the IEEE 1394 OHCI Compliant Host Controller on a semi-frequent basis. Normally I achieve this by going into Computer Management > Device Manager and then right ...