[clang] [llvm] workflows/release-binaries: Use Wix to create Windows installer (PR #200734)

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 06:01:52 PDT 2026


================
@@ -188,6 +188,8 @@ set common_cmake_flags=^
   -DLLVM_ENABLE_RPMALLOC=ON ^
   -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld" ^
   -DLLVM_ENABLE_RUNTIMES="compiler-rt;openmp" ^
+  -DCPACK_GENERATOR="WIX" ^
+  -DCPACK_WIX_LIGHT_EXTRA_FLAGS="-sval" ^
----------------
zmodem wrote:

At least setting CPACK_WIX_PRODUCT_ICON would be nice. We can probably skip the rest, at least for starters.

https://github.com/llvm/llvm-project/pull/200734


More information about the cfe-commits mailing list