Patch Bundle entry not removing when base setup is uninstalled using v4 #8667
Replies: 2 comments 6 replies
-
Where do your RelatedBundle Ids actually point to? <Bundle Name="RTM_Bundle" Manufacturer="TODO Manufacturer" Version="1.0.0.0" UpgradeCode="{3d29a1cb-4640-4ea6-b6b8-8597ce22d121}">
...
</Bundle>
<Bundle Name="HF_Bundle" Manufacturer="TODO Manufacturer" Version="1.0.0.0" UpgradeCode="{56FB724A-2A8D-4BFD-8A92-E58464D5A653}">
<RelatedBundle Id="{3d29a1cb-4640-4ea6-b6b8-8597ce22d121}" Action="patch" />
...
</Bundle>
i.e. your base bundle doesn't have anything related to it, since it's the first bundle (obviously this might change if it's an upgrade or similar from something else) |
Beta Was this translation helpful? Give feedback.
-
I even tested with both BundleJ and BundleJ_Patch, located at wix/src/test/burn/TestData/DependencyTests Attached log files were generated during uninstallation of base setup i.e., BundleJ ~DependencyTests_BundleJ_20240801123804.log Thanks |
Beta Was this translation helpful? Give feedback.
-
I have created and installed base and HotFix setups.
Now, when I uninstall the base setup from ARP, the base setup is removed. However, HF entry still persists in ARP, and files are getting removed. Only HF entry persists in the ARP.
No issue with MSI or MSP. Seeing an issue with Bundle.
Here are my base and HF bundle files:
Base Bundle.wxs:
HF Bundle.wxs:
The files generated during the uninstallation of the base setup are:
If we observe, there is no log for the HF bundle.
"Base_Bundle_20240731140954_001_{3899887C-F6DA-4070-ACC9-15CAA3403B3E}" This log is of MSP.
Am I doing anything wrong in Bundle files or why the HF entry is not getting removed?
I would be grateful if you could help me out.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions