From 4d30ab70573f9734d7fd3cd4d54c02173fa281db Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 20 Jan 2019 09:19:12 -0600 Subject: Import code from old v4 repo --- src/wixlib/HttpExtension.wixproj | 26 +++++++++++++++++++++++ src/wixlib/HttpExtension.wxs | 11 ++++++++++ src/wixlib/HttpExtension_Platform.wxi | 40 +++++++++++++++++++++++++++++++++++ src/wixlib/HttpExtension_x86.wxs | 8 +++++++ src/wixlib/en-us.wxl | 12 +++++++++++ 5 files changed, 97 insertions(+) create mode 100644 src/wixlib/HttpExtension.wixproj create mode 100644 src/wixlib/HttpExtension.wxs create mode 100644 src/wixlib/HttpExtension_Platform.wxi create mode 100644 src/wixlib/HttpExtension_x86.wxs create mode 100644 src/wixlib/en-us.wxl (limited to 'src/wixlib') diff --git a/src/wixlib/HttpExtension.wixproj b/src/wixlib/HttpExtension.wixproj new file mode 100644 index 00000000..738579db --- /dev/null +++ b/src/wixlib/HttpExtension.wixproj @@ -0,0 +1,26 @@ + + + + + + + {055C1517-4CED-4199-BCDE-A383E5C4EF78} + http + Library + true + true + en-us + + + + + + + + + + + + + + diff --git a/src/wixlib/HttpExtension.wxs b/src/wixlib/HttpExtension.wxs new file mode 100644 index 00000000..e2b3534d --- /dev/null +++ b/src/wixlib/HttpExtension.wxs @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/wixlib/HttpExtension_Platform.wxi b/src/wixlib/HttpExtension_Platform.wxi new file mode 100644 index 00000000..11c3aa2b --- /dev/null +++ b/src/wixlib/HttpExtension_Platform.wxi @@ -0,0 +1,40 @@ + + + + + + + + + + !(loc.WixSchedHttpUrlReservationsInstall) + !(loc.WixSchedHttpUrlReservationsUninstall) + !(loc.WixRollbackHttpUrlReservationsInstall) + !(loc.WixExecHttpUrlReservationsInstall) + !(loc.WixRollbackHttpUrlReservationsUninstall) + !(loc.WixExecHttpUrlReservationsUninstall) + + + + + + + + + + + + + = 600 OR (VersionNT >= 501 AND ((MsiNTProductType = 1 AND ServicePackLevel >= 2) OR (MsiNTProductType > 1))) ]]> + + + = 600 OR (VersionNT >= 501 AND ((MsiNTProductType = 1 AND ServicePackLevel >= 2) OR (MsiNTProductType > 1))) ]]> + + + + + + + diff --git a/src/wixlib/HttpExtension_x86.wxs b/src/wixlib/HttpExtension_x86.wxs new file mode 100644 index 00000000..00a3dc18 --- /dev/null +++ b/src/wixlib/HttpExtension_x86.wxs @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/wixlib/en-us.wxl b/src/wixlib/en-us.wxl new file mode 100644 index 00000000..2c43af06 --- /dev/null +++ b/src/wixlib/en-us.wxl @@ -0,0 +1,12 @@ + + + + + + Preparing to configure Windows HTTP Server + Preparing to configure Windows HTTP Server + Rolling back Windows HTTP Server configuration + Configuring Windows HTTP Server + Rolling back Windows HTTP Server configuration + Configuring Windows HTTP Server + -- cgit v1.2.3-55-g6feb