From f9296c9cc0bac91a6f97e6413fb6cc3a35baa09f Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Fri, 24 Aug 2018 17:46:43 +0100 Subject: [PATCH] Conditionally package DPInst Since DPInst.exe is not shipped with the Windows Driver Kit 10, an environment variable must point to local copies. Make the inclusion of DPInst conditional on DPINST_REDIST being defined and that path existing. This simplifies building packages which do not require DPInst for installation, and removes a required step to create a working build. Signed-off-by: Owen Smith --- vs2015/package/package.vcxproj | 2 +- vs2017/package/package.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vs2015/package/package.vcxproj b/vs2015/package/package.vcxproj index 7d4a7dd..09bb33e 100644 --- a/vs2015/package/package.vcxproj +++ b/vs2015/package/package.vcxproj @@ -39,7 +39,7 @@ {2BFAC7E6-3420-47A5-A092-BDC5C9D78A44} - + diff --git a/vs2017/package/package.vcxproj b/vs2017/package/package.vcxproj index d8af279..060affc 100644 --- a/vs2017/package/package.vcxproj +++ b/vs2017/package/package.vcxproj @@ -39,7 +39,7 @@ {2BFAC7E6-3420-47A5-A092-BDC5C9D78A44} - + -- 2.39.5