Is it possible to check what version of BPL (ie Rtl70.BPL, Indy70.bpl etc) are installed on a clients computer when the program starts?
I have had some programs crash because the BPL on there computer is different to the ones on the build machine.
If i have to add each BPL used into the installer on each update, i think it will defeat one of the points on using them.
Delphi 7, if it makes a difference
Just a follow up on the issue i had.
The rtl70.bpl file was only slightly different between the build computer and the clients.
Clients Computer: 7.0.4.453 760 KB (778,240 bytes) Tuesday, 20 August 2002, 4:40:26 PM
Build computer: 7.0.4.453 760 KB (778,240 bytes) Friday, 9 August 2002, 11:30:00 PM
The updater i was using ignored them as being the same (no change in build number), but when i manually deleted and copied the files every thing seemed to work.