From b704bc7cc5d3b264edab2035742c366afc2d9a17 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 5 Aug 2021 08:33:50 -0700 Subject: [PATCH] Windows: add developer tools packaging rules This adds the build support for the devtools MSI which packages the tools such as SPM and LSP. --- platforms/Windows/devtools.wixproj | 38 ++++ platforms/Windows/devtools.wxs | 295 +++++++++++++++++++++++++++++ 2 files changed, 333 insertions(+) create mode 100644 platforms/Windows/devtools.wixproj create mode 100644 platforms/Windows/devtools.wxs diff --git a/platforms/Windows/devtools.wixproj b/platforms/Windows/devtools.wixproj new file mode 100644 index 0000000000000..da3a86b2ab8f4 --- /dev/null +++ b/platforms/Windows/devtools.wixproj @@ -0,0 +1,38 @@ + + + + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + + devtools + Package + 0a266072-af7c-43f2-b192-dd86995c2e82 + 2.0 + 0.0.0 + 0.0.0 + + + + build\ + build\obj\ + false + + + + + + ProductVersion=$(ProductVersion);DEVTOOLS_ROOT=$(DEVTOOLS_ROOT); + false + true + true + true + true + true + true + + + + + + diff --git a/platforms/Windows/devtools.wxs b/platforms/Windows/devtools.wxs new file mode 100644 index 0000000000000..e26ddf065d130 --- /dev/null +++ b/platforms/Windows/devtools.wxs @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSTALL_DEBUGINFO + + + + + + + + + + + + + + + + + +