I have a product that has 8 installers. Each installer is a component of a single burn bundle. The total bundle size is 300MB
One of the installers in the bundle is a 20MB msi, which is the core of the product. The other 280MB of the bundle are dependencies of the product. I would prefer to ship updates to the product as 20MB packages (or smaller patches), rather than require that a 300MB installer is downloaded every time we ship an update.
My question is twofold:
Can an msi package that was installed as part of a burn bundle be updated independently of the burn bundle?
Would uninstall/repair of the burn bundle be broken if I did this?