My installation needs to check for a DLL before being installed, so I added the DLL to the prerequisites. The problem I have is that even if the DLL exists, advanced installer-created installation claims it does not exist. I have this problem with one particular DLL, it works well for other DLL's.
What I noticed that is different about this DLL is that it does not have a version info in its resources (no Version tab in Explorer properties also). So I guess that when advanced installer tries to extract version info it fails.
Any fix/workaround?
Thanks,
KIV