I'm building an msp patch for a product that has already been delivered. The product has a large number of components/files.
I'm building the patch from the original target MSI and an upgrade MSI (modified by hand via orca). So far so good.
Building and applying the patch takes a lot of time with that many files so I'm thinking about removing all the unchanged files from both MSIs to speed it up. I know that I can make some modifications to the target MSI and it still applies fine, but I'm wondering about changes to files/components/directories. Can anyone tell me
- if removing files is going to work in the first place, and
- if I'm inviting trouble with further patches (both building on baseline and patched version) if I do that?
I've pretty much hit every pothole so far, I thought I'd ask first this time. And I freely admit that I don't have a full grasp of the windows installer yet, so I may be approaching it all wrong.
Thanks!