swiftlang / swift-installer-scripts

Apache License 2.0
73 stars 35 forks source link

WiX: package the VC redist as part of the installation #251

Closed compnerd closed 10 months ago

compnerd commented 11 months ago

The compilers and runtime depend on the runtime. Introduce a dependency on the runtime for the VC runtime, which is a dependency for the build tools. This should allow us to be more self-contained (there is a dependency on WinSDK and VS if not cross-compiling to another platform).