swiftlang / swift-installer-scripts

Apache License 2.0
73 stars 38 forks source link

WiX: optionalise `plutil` through a hidden option #341

Closed compnerd closed 2 months ago

compnerd commented 2 months ago

Add an option to elide plutil from installation. This is a tiny binary that is useful, but distributions may wish to remove it. Adjust the installer labels and also force install the runtime now that the compiler depends on it.

Fixes: #340

compnerd commented 2 months ago

image

Exposing an option to elide the installation of plutil requires reworking the UI for the options dialog.

compnerd commented 2 months ago

Tested at https://ci-external.swift.org/job/swift-PR-build-toolchain-windows/5485/