diff --git a/global.json b/global.json index 1034583..77a8132 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/ca/dependencyca.vcxproj b/src/ca/dependencyca.vcxproj index ad01a82..6cc0d24 100644 --- a/src/ca/dependencyca.vcxproj +++ b/src/ca/dependencyca.vcxproj @@ -1,8 +1,8 @@ - - + + Debug @@ -62,7 +62,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/src/ca/packages.config b/src/ca/packages.config index e3dc0e4..9d88f52 100644 --- a/src/ca/packages.config +++ b/src/ca/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/src/wixext/Dependency.xsd b/src/wixext/Dependency.xsd deleted file mode 100644 index 0c36cb8..0000000 --- a/src/wixext/Dependency.xsd +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - The source code schema for the WiX Toolset Dependency Extension. - - - - - - Describes the information for this product or feature that serves as a dependency of other products or features. - - - - - - - - - - This element is required for any product, feature, or bundle that will use the Dependency feature to properly reference count - other products or features. It should be authored into a component that is always installed and removed with the - product or features that contain it. This guarantees that product dependencies are not removed before those products that - depend on them. - - - The @Key attribute should identify a version range for your product that you guarantee will be backward compatible. - This key is designed to persist throughout compatible upgrades so that dependent products do not have to be reinstalled - and will not prevent your product from being upgraded. If this attribute is not authored, the value is the ProductCode - and will not automatically support upgrades. - - - By default this uses the Product/@Id attribute value, which may be automatically generated. - - - How To: Author product dependencies - - - - - - - - - - - Dependency provider identity. If this attribute is not specified, an identifier will be generated automatically. - - - - - - - Optional unique registry key name that identifies a product version range on which other products can depend. - This attribute is required in package authoring, but optional for components. - - - - - - - The version of the package. For MSI packages, the ProductVersion will be used by default - and this attribute should not be specified. - - - - - - - Optional display name of the package. For MSI packages, the ProductName will be used by default. - - - - - - - - - Describes a dependency on a provider for the current component or package. - - - - - - - - - This element declares a dependency on any product that uses the Provides element. If that product is uninstalled - before a product that requires it, the uninstall will err or warn the user that other products are installed - which depend on that product. This behavior can be modified by changing the attribute values on the Requires element. - - - If you do not nest this element under a Provides element, you must specify the @Id attribute - so that it can be referenced by a RequiresRef element nested under a Provides element. - - - - How To: Author product dependencies - - - - - - - Dependency requirement identity. If this attribute is not specified, an identifier will be generated automatically. - If this element is not authored under a Provides element, this attribute is required. - - - - - - - The unique registry key name for the dependency provider to require during installation of this product. - - - - - - - The minimum version of the dependency provider required to be installed. The default is unbound. - - - - - - - The maximum version of the dependency provider required to be installed. The default is unbound. - - - - - - - Set to "yes" to make the range of dependency provider versions required include the value specified in Minimum. - - - - - - - Set to "yes" to make the range of dependency provider versions required include the value specified in Maximum. - - - - - - - - - References existing authoring for a dependency on a provider for the current component or package. - - - - - This element references a dependency on any product that uses the Provides element. If that product is uninstalled - before a product that requires it, the uninstall will err or warn the user that other products are installed - which depend on that product. This behavior can be modified by changing the attribute values on the Requires element. - - - - How To: Author product dependencies - - - - - - - The identifier of the Requires element to reference. - - - - - - - - - Optional attribute to explicitly author the provider key for the entire bundle. - - - - - - This provider key is designed to persist throughout compatible upgrades so that dependent bundles do not have to be reinstalled - and will not prevent your product from being upgraded. If this attribute is not authored, the value is the - automatically-generated bundle ID and will not automatically support upgrades. - - - Only a single provider key is supported for bundles. To author that your bundle provides additional features via - packages, author different provider keys for your packages. - - - - - - - - - - Values of this type will look like: "x.x.x.x" where x is an integer from 0 to 65534. - This can also be a preprocessor, binder, or WiX variable. - - - - - - - - - - Values of this type will either be "yes" or "no". - - - - - - - - diff --git a/src/wixext/WixToolset.Dependency.wixext.csproj b/src/wixext/WixToolset.Dependency.wixext.csproj index 0221c1c..9fac8aa 100644 --- a/src/wixext/WixToolset.Dependency.wixext.csproj +++ b/src/wixext/WixToolset.Dependency.wixext.csproj @@ -13,7 +13,6 @@ - @@ -27,6 +26,6 @@ - + diff --git a/src/wixlib/dependency.wixproj b/src/wixlib/dependency.wixproj index b978a34..6a04e2a 100644 --- a/src/wixlib/dependency.wixproj +++ b/src/wixlib/dependency.wixproj @@ -22,7 +22,7 @@ - +