From 79d07f08cff7f2fe7ea85a8cd6769df9dd106cf6 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 6 Aug 2021 11:22:01 -0700 Subject: [PATCH] Windows: add runtime packaging scripts This adds the packaging for the Windows runtime (the redistributable part of the SDK). --- runtime.wixproj | 31 +++++++++++++++++ runtime.wxs | 93 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 runtime.wixproj create mode 100644 runtime.wxs diff --git a/runtime.wixproj b/runtime.wixproj new file mode 100644 index 00000000..5845c034 --- /dev/null +++ b/runtime.wixproj @@ -0,0 +1,31 @@ + + + + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + + runtime + Package + + 2.0 + 0.0.0 + $(ProductVersion) + + + + build\ + build\obj\ + false + + + + + + ProductVersion=$(ProductVersion);SDK_ROOT=$(SDK_ROOT);$(INCLUDE_DEBUG_INFO) + + + + + + diff --git a/runtime.wxs b/runtime.wxs new file mode 100644 index 00000000..0f9e12a4 --- /dev/null +++ b/runtime.wxs @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSTALL_DEBUGINFO + + + + + + + +