From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S01y9-00046l-91 for qemu-devel@nongnu.org; Tue, 21 Feb 2012 21:30:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S01y7-0000ay-AB for qemu-devel@nongnu.org; Tue, 21 Feb 2012 21:30:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:42422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S01y6-0000Zo-NH for qemu-devel@nongnu.org; Tue, 21 Feb 2012 21:30:11 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S01y0-0000N1-9b for qemu-devel@nongnu.org; Wed, 22 Feb 2012 03:30:04 +0100 Received: from ool-457be8c5.dyn.optonline.net ([69.123.232.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Feb 2012 03:30:04 +0100 Received: from seandarcy2 by ool-457be8c5.dyn.optonline.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Feb 2012 03:30:04 +0100 From: sean darcy Date: Tue, 21 Feb 2012 21:12:50 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] virtio-win-0.1-22 balloon install fails on 2008R2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Trying to install the virtio-win-0.1-22.iso balloon driver on Windows 2008R2: E:\Wlh\amd64>x:\microsoft\WinDDK\7600.16385.win7_wdk.100208-1538\tools\devcon\amd64\devcon.exe install BALLOON.inf PCI\VEN_1AF4&DEV_1002&SUBSYS_00051AF4&REV_00 Device node created. Install is complete when drivers are installed... Updating drivers for PCI\VEN_1AF4 from E:\Wlh\amd64\BALLOON.inf. devcon.exe failed. 'DEV_1002' is not recognized as an internal or external command, operable program or batch file. 'SUBSYS_00051AF4' is not recognized as an internal or external command, operable program or batch file. 'REV_00' is not recognized as an internal or external command, operable program or batch file. Any help appreciated. sean