zufuliu wrote: > 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
works with `msiexec.exe /i "D:\LLVM-23.0.0.3-win64.msi" /quiet /passive /qn` (requires administrator privilege). https://github.com/llvm/llvm-project/pull/200734 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
