Here is the case. Basically, my installer will install some components into other aplication's subdirectory, for example, Firefox's subdirectory. So when user changes the installation directory of Firefox, I am expecting I can use my installer's repair mode to reinstall some components into the new subdirectory of Firefox. However, the expected results will not happen.
I checked the verbose log and found something interesting.
Iconcomponent: installed: local, Request:Null, Action: Null
( IconComponent is the component I want to reinstall into the new directory)
Obviously my installer will not reinstall the Iconcomponent, is there any approach I can make the installer to do so? You guys have met this problem before? Please help me, thanks in advance
