Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyro needs to be able to build patches even if some .wixmsts contain no changes #4385

Open
wixbot opened this issue Apr 9, 2014 · 1 comment

Comments

@wixbot
Copy link

wixbot commented Apr 9, 2014

Currently, I may have a patch that targets multiple Components A, B, and C and multiple Products Y and Z. It may be that Product MSI Z contains Components A and C while Product MSI Y contains Components B and C.

My Product may also have various baselines such as RTM and Service Pack 1. The current Pyro design makes it difficult to build such a patch. If a Binary in Component B changes, the patch should correctly update Product MSI Y but it will not because the .wixmst for Product MSI Z contains no changes.

This requires a huge amount of maintenance to continually update the patch definitions and know when Components have changes.

The feature request here is to allow Pyro, with a command-line parameter, to ignore the empty transform for Product Z in this case and simply patch Product Y. Later, when other changes are made to the Products, the patch will be able to pick them up and target both Product MSI Z and Y.

Originally opened by samuels

@wixbot
Copy link
Author

wixbot commented Apr 17, 2014

@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant