swiftlang / swift-installer-scripts

Apache License 2.0
67 stars 34 forks source link

Windows installer bundle displays options that are not supported #313

Open stevapple opened 1 month ago

stevapple commented 1 month ago

Some variants of the Swift Windows SDKs and Swift Android SDKs might be excluded from the installer, but the "Options" page will always display the options. Options involving unavailable components should be hidden to avoid confusion.

compnerd commented 1 month ago

I absolutely agree with you on this. The problem is that I cannot tell if the install theme engine has any support for conditionals, at runtime or build time. If there's a way to do this, I think that we should be able to take care of this quickly.