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

Zufu Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 12 04:26:04 PDT 2026


zufuliu wrote:

Previously we can use `LLVM-22.1.8-win64.exe /S` to do quiet installation (installed to default path `C:\Program Files\LLVM\`), this not possible with the msi (`msiexec.exe /i "D:\LLVM-23.0.0.3-win64.msi" /quiet` does nothing), it's a breaking change that may needs a thread on https://discourse.llvm.org/.

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


More information about the cfe-commits mailing list