From bc6cf51b0e617ccaf461ff356ad7309f5f1a8945 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 4 Dec 2020 17:14:34 -0600 Subject: xsd got moved to doc repo. Update dependencies. --- global.json | 2 +- src/wixext/WixToolset.DifxApp.wixext.csproj | 3 +- src/wixext/difxapp.xsd | 108 ---------------------------- src/wixlib/difxapp.wixproj | 2 +- 4 files changed, 3 insertions(+), 112 deletions(-) delete mode 100644 src/wixext/difxapp.xsd diff --git a/global.json b/global.json index 10345833..77a81322 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "WixToolset.Sdk": "4.0.0-build-0163" + "WixToolset.Sdk": "4.0.0-build-0170" } } diff --git a/src/wixext/WixToolset.DifxApp.wixext.csproj b/src/wixext/WixToolset.DifxApp.wixext.csproj index ca27b04e..50d3debf 100644 --- a/src/wixext/WixToolset.DifxApp.wixext.csproj +++ b/src/wixext/WixToolset.DifxApp.wixext.csproj @@ -12,7 +12,6 @@ - @@ -24,6 +23,6 @@ - + diff --git a/src/wixext/difxapp.xsd b/src/wixext/difxapp.xsd deleted file mode 100644 index e665d034..00000000 --- a/src/wixext/difxapp.xsd +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - The source code schema for the WiX Toolset Driver Install Frameworks for Applications Extension. - - - - - - - - - - - - Installs a driver. To use this element, you need to reference the WixDifxAppExtension extension and add the - .wixlib appropriate for the target platform (difxapp_x86.wixlib or difxapp_x64.wixlib) - to your project. - - - - - - - Specifies that the DIFxApp CustomActions should add an entry in the Add/Remove Programs Control - Panel applet. The default is 'yes'. - - - - - - - If set to "yes", configures DIFxApp to delete binary files that were copied to the system from the driver - store when a driver package was installed. If this attribute is set to "no" or not present, DIFxApp does not - remove these files from a system. Note that configuring DIFxApp to delete these files is controlled by the - Flags entry value of the component that represents the driver package in the MsiDriverPackages custom table. - Setting DeleteFiles to "yes" sets the corresponding bit in the Flags entry value. Setting DeleteFiles to "no" - clears the corresponding bit in the Flags entry value. If this attribute is not present, DIFxApp uses a - default value of "no". - - - - - - - Specifies that the DIFxApp CustomActions should force the installation of a new Plug and Play driver - on a device, even if the currently installed driver on the device is a better match than the new driver. - Specifying 'no' is an excellent way to ensure the DIFxApp CustomActions recognize the Component contains - a driver for installation. The default is null which means the Component does not install a driver via - DIFxApp CustomActions. See http://www.microsoft.com/whdc/driver/install/difxtools.mspx - for more information. - - - - - - - If set to "yes", configures DIFxApp to install unsigned driver packages and driver packages with missing - files. For more information, see "Installing Unsigned Driver Packages in Legacy Mode" earlier in this paper. - If this attribute is set to "no" or not present, DIFxApp will install only signed driver packages. Note - that configuring DIFxApp to install unsigned drivers is controlled by the Flags entry value of the component - that represents the driver package in the MsiDriverPackages custom table. Setting Legacy to "yes" sets - the corresponding bit in the Flags entry value. Setting Legacy to "no" clears the bit in the Flags - entry value that configures DIFxApp to install unsigned driver packages. If this attribute is not present, - DIFxApp uses a default value of "no". - - - - - - - Specifies that the DIFxApp CustomActions should prompt the user to connect the Plug and Play - device if it is not connected. The default is 'yes'. - - - - - - - Specifies an optional installation sequence number. DIFxApp CustomActions install the driver packages in - an installation package in the order of increasing sequence numbers. The same sequence number can be used - for more than one driver; however, the order in which packages with the same sequence number are actually - installed cannot be determined. - - - - - - - - - Values of this type will either be "yes" or "no". - - - - - - - diff --git a/src/wixlib/difxapp.wixproj b/src/wixlib/difxapp.wixproj index 4f368c0e..2ae9a097 100644 --- a/src/wixlib/difxapp.wixproj +++ b/src/wixlib/difxapp.wixproj @@ -8,7 +8,7 @@ - + -- cgit v1.2.3-55-g6feb