File not reinstalling during repair due to uncompressed #8666
-
I have created an Addon Setup by setting RelatedBundle Action to Addon. I have installed the base setup and then the Addon setup. Now, delete any file, and repair the base setup. Both the base setup and the add-on setup are being repaired. However, the file is of base setup not of addon. the addon log says: Source for file 'ComponentCC2.txt' is uncompressed, at 'C:\windows\Installer$PatchCache$\Managed\7CE287722CD1031409FD983276435449\1.0.1'.
Why the file is not uncompressed? I have added a media template as well. I would be grateful if you could help me out. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'm a bit confused by what you have here. I'd think if you've got Bundle C as an Addon to Bundle A, and not as a Patch.. then it really shouldn't be changing files deployed as part of Bundle A. |
Beta Was this translation helpful? Give feedback.
I'm a bit confused by what you have here.
It sounds like you have a Bundle A, which contains at least one MSI B
And then you have another Bundle C, which must also contain at least one MSI D.
You say that C has a RelatedBundle attribute that 'points' back to Bundle A (as an Addon), but you've made no comment about the MSIs.
If MSI D is an Upgrade of MSI B, do you have this relationship authored in MSI D?
I'd think if you've got Bundle C as an Addon to Bundle A, and not as a Patch.. then it really shouldn't be changing files deployed as part of Bundle A.
Does this shared file have consistent component IDs between the different MSIs?
and is the keypath the same between them?