From 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc Mon Sep 17 00:00:00 2001 From: karlf Date: Thu, 11 Aug 2016 13:28:13 -0700 Subject: Updated for "Windows 10 Anniversary Update" (Version 1607) --- setup/DIFxAPI/AppDrv/AppDrv.vcxproj | 186 ---------------------- setup/DIFxAPI/AppDrv/AppDrv.vcxproj.Filters | 22 --- setup/DIFxAPI/AppDrv/AppDrvDepend.c | 147 ----------------- setup/DIFxAPI/DIFxAPI.sln | 46 ------ setup/DIFxAPI/DIFxCmd/DIFxCmd.vcxproj | 186 ---------------------- setup/DIFxAPI/DIFxCmd/DIFxCmd.vcxproj.Filters | 22 --- setup/DIFxAPI/DIFxCmd/difxcmd.c | 218 -------------------------- setup/DIFxAPI/README.md | 5 - 8 files changed, 832 deletions(-) delete mode 100644 setup/DIFxAPI/AppDrv/AppDrv.vcxproj delete mode 100644 setup/DIFxAPI/AppDrv/AppDrv.vcxproj.Filters delete mode 100644 setup/DIFxAPI/AppDrv/AppDrvDepend.c delete mode 100644 setup/DIFxAPI/DIFxAPI.sln delete mode 100644 setup/DIFxAPI/DIFxCmd/DIFxCmd.vcxproj delete mode 100644 setup/DIFxAPI/DIFxCmd/DIFxCmd.vcxproj.Filters delete mode 100644 setup/DIFxAPI/DIFxCmd/difxcmd.c delete mode 100644 setup/DIFxAPI/README.md (limited to 'setup/DIFxAPI') diff --git a/setup/DIFxAPI/AppDrv/AppDrv.vcxproj b/setup/DIFxAPI/AppDrv/AppDrv.vcxproj deleted file mode 100644 index 728bebcb..00000000 --- a/setup/DIFxAPI/AppDrv/AppDrv.vcxproj +++ /dev/null @@ -1,186 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {AD9DA6AF-774B-44BE-A2D6-FDFDF465040A} - $(MSBuildProjectName) - Debug - Win32 - {3C7BBEA0-B28D-4F55-906C-8BACD934B0E6} - - - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - - - - $(IntDir) - - - - - - - - - - - - - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - AppDrv - - - AppDrv - - - AppDrv - - - AppDrv - - - - %(AdditionalDependencies);difxapi.lib - - - - - - - - - %(AdditionalDependencies);difxapi.lib - - - - - - - - - %(AdditionalDependencies);difxapi.lib - - - - - - - - - %(AdditionalDependencies);difxapi.lib - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/setup/DIFxAPI/AppDrv/AppDrv.vcxproj.Filters b/setup/DIFxAPI/AppDrv/AppDrv.vcxproj.Filters deleted file mode 100644 index 15c2b2a3..00000000 --- a/setup/DIFxAPI/AppDrv/AppDrv.vcxproj.Filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;* - {A172B090-25B7-4514-8F55-96E7C6A68739} - - - h;hpp;hxx;hm;inl;inc;xsd - {CF690082-91EA-49D0-BBA9-7DFB89E69FD9} - - - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms;man;xml - {C14644AC-BA2E-46C9-968B-4C2B2D5CCC3F} - - - - - Source Files - - - \ No newline at end of file diff --git a/setup/DIFxAPI/AppDrv/AppDrvDepend.c b/setup/DIFxAPI/AppDrv/AppDrvDepend.c deleted file mode 100644 index 27180f00..00000000 --- a/setup/DIFxAPI/AppDrv/AppDrvDepend.c +++ /dev/null @@ -1,147 +0,0 @@ -/*++ - -Copyright (c) Microsoft Corporation - - -Description: - -This sample demonstrates how to use the application-to-driver dependency -feature of the Driver Install Frameworks (DIFx) API. The DriverPackageInstall -and the DriverPackageUninstall APIs allow the calling application to register -and remove dependencies on a driver package. In order to register or remove -a dependency on a driver package, the calling application needs to populate -the fields of an INSTALLERINFO structure with information about itself. It -then needs to pass in this structure as a parameter to the DIFx APIs, as -shown in this sample. - ---*/ -#include -#include -#include - -int __cdecl -wmain( int argc, WCHAR* argv[] ) -{ - WCHAR *InfPath = NULL; - INSTALLERINFO AppInfo; - BOOL Result; - BOOL NeedReboot; - - if (argc < 7) { - wprintf( TEXT("USAGE: AppDrv.exe