Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 5.0
-
Fix Version/s: 5.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
detailed discussions are at IZPACK-688.
We need to get installer to load resources/customData which has the list to files to be merged into uninstaller.jar
UninstallDataWriter is responsible to pull data out of UninstallData and write 'additionalData' into the uninstaller.jar. However, there is no logical place where I can see where to fill UninstallData with the contents of installer's resource/customData
Unless there is better solution, I may need to load resources/customData into UninstallData inside UninstallDataWriter ( a bit of hacky )