From 7439a0dd61821df7bfef76f36e9c5ca24262ecbb Mon Sep 17 00:00:00 2001 From: "abodenha@chromium.org" Date: Fri, 27 Jul 2012 21:27:58 +0000 Subject: Use a differnt GUID to access the Windows core driver that contains XPS. The main Windows core printer driver has several different guids associated with it. Windows 8 removes all but 1 of these guids. This CL switches to use the guid that is still supported. AFAICT this should continue to work on all of the platforms we support. My testing is blocked at the moment due to a problem with internal software. BUG=139156 TEST=Try to install driver (all supported Windows versions) Review URL: https://chromiumcodereview.appspot.com/10830037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148816 0039d316-1c4b-4281-b951-d872f2087c98 --- cloud_print/virtual_driver/win/install/setup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud_print') diff --git a/cloud_print/virtual_driver/win/install/setup.cc b/cloud_print/virtual_driver/win/install/setup.cc index d0efc35..32a2dba 100644 --- a/cloud_print/virtual_driver/win/install/setup.cc +++ b/cloud_print/virtual_driver/win/install/setup.cc @@ -233,7 +233,7 @@ void ReadyPpdDependencies(const FilePath& install_path) { CORE_PRINTER_DRIVER driver; GetCorePrinterDrivers(NULL, NULL, - L"{D20EA372-DD35-4950-9ED8-A6335AFE79F0}", + L"{D20EA372-DD35-4950-9ED8-A6335AFE79F5}", 1, &driver); GetPrinterDriverPackagePath(NULL, -- cgit v1.1