Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions FLExInstaller/Redistributables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<PackageGroupRef Id="redist_vc15to19" />
<PackageGroupRef Id="FlexBridgeInstaller" />
</PackageGroup>
<!-- Backward-compatible alias for older bundle authoring. -->
<PackageGroup Id="prerequisites">
<PackageGroupRef Id="vcredists" />
</PackageGroup>
</Fragment>
</Include>
<!--
Expand Down
4 changes: 4 additions & 0 deletions FLExInstaller/wix6/Redistributables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<PackageGroupRef Id="redist_vc15to19" />
<PackageGroupRef Id="FlexBridgeInstaller" />
</PackageGroup>
<!-- Backward-compatible alias for older bundle authoring. -->
<PackageGroup Id="prerequisites">
<PackageGroupRef Id="vcredists" />
</PackageGroup>
</Fragment>
</Include>
<!--
Expand Down
4 changes: 4 additions & 0 deletions FLExInstaller/wix6/Shared/Common/Redistributables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<PackageGroupRef Id="redist_vc15to19" />
<PackageGroupRef Id="FlexBridgeInstaller" />
</PackageGroup>
<!-- Backward-compatible alias for older bundle authoring. -->
<PackageGroup Id="prerequisites">
<PackageGroupRef Id="vcredists" />
</PackageGroup>
</Fragment>
</Include>
<!--
Expand Down
Loading