Determining if you have Delphi v3.02 installed
Question:
I am updating many machines in our office to Delphi 3.02. How can I determine if a given machine has been upgraded?
Answer:
Check the Bin directory for DELPHI.EXE. If it's file time is listed as 3:00, you have 3.0. If it's file time is listed 3:01, you may have either 3.01 or 3.02. In this case, check the time stamp of TLIBIMP.EXE. If it's file time is listed as 3.02, then you have 3.02.
You can also get:
"/devsupport/delphi/download_files/vcnp.zip">version checking utility
"/devsupport/delphi/download_files/vcp.exe">version checking utility (Package EXE)
|