From ee12b7fcba1a007783b9c7488d968c8c9a66bcbf Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 4 Dec 2020 17:29:32 -0600 Subject: xsd got moved to doc repo. Update dependencies. --- global.json | 2 +- src/ca/httpca.vcxproj | 8 +- src/ca/packages.config | 4 +- src/wixext/WixToolset.Http.wixext.csproj | 3 +- src/wixext/http.xsd | 148 ------------------------------- src/wixlib/http.wixproj | 2 +- 6 files changed, 9 insertions(+), 158 deletions(-) delete mode 100644 src/wixext/http.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/ca/httpca.vcxproj b/src/ca/httpca.vcxproj index eba0df68..9abe7598 100644 --- a/src/ca/httpca.vcxproj +++ b/src/ca/httpca.vcxproj @@ -1,8 +1,8 @@ - - + + @@ -65,7 +65,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 e3dc0e43..9d88f529 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/WixToolset.Http.wixext.csproj b/src/wixext/WixToolset.Http.wixext.csproj index 59c278e6..089a51d0 100644 --- a/src/wixext/WixToolset.Http.wixext.csproj +++ b/src/wixext/WixToolset.Http.wixext.csproj @@ -13,7 +13,6 @@ - @@ -27,6 +26,6 @@ - + diff --git a/src/wixext/http.xsd b/src/wixext/http.xsd deleted file mode 100644 index b96a6ded..00000000 --- a/src/wixext/http.xsd +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - The source code schema for the Windows Installer XML Toolset Http Extension. - - - - - - - - - Makes a reservation record for the HTTP Server API configuration store on Windows XP SP2, - Windows Server 2003, and later. For more information about the HTTP Server API, see - - HTTP Server API - . - - - - - - - - - - - - The access control entries for the access control list. - - - - - - - - - Specifies the behavior when trying to install a URL reservation and it already exists. - - - - - - - - Replaces the existing URL reservation (the default). - - - - - - - Keeps the existing URL reservation. - - - - - - - The installation fails. - - - - - - - - - - - Unique ID of this URL reservation. - If this attribute is not specified, an identifier will be generated automatically. - - - - - - - - Security descriptor to apply to the URL reservation. - Can't be specified when using children UrlAce elements. - - - - - - - - The UrlPrefix - string that defines the portion of the URL namespace to which this reservation pertains. - - - - - - - - - - The security principal and which rights to assign to them for the URL reservation. - - - - - - - Unique ID of this URL ACE. - If this attribute is not specified, an identifier will be generated automatically. - - - - - - - - The security principal for this ACE. When the UrlReservation is under a ServiceInstall element, this defaults to - "NT SERVICE\ServiceInstallName". This may be either a SID or an account name in a format that - LookupAccountName - supports. When using a SID, an asterisk must be prepended. For example, "*S-1-5-18". - - - - - - - - Rights for this ACE. Default is "all". - - - - - - - - - - - - - diff --git a/src/wixlib/http.wixproj b/src/wixlib/http.wixproj index 7a99fbb9..999b7334 100644 --- a/src/wixlib/http.wixproj +++ b/src/wixlib/http.wixproj @@ -19,6 +19,6 @@ - + \ No newline at end of file -- cgit v1.2.3-55-g6feb