A visual basic 6.0 program was written.
The primary problem is that I had the installation directory hard coded, which is fine for 32-bit Windows but now it will not install correctly on 64-bit Windows.
On 64-bit machines, it is installed into c:\program files (x86)" which causes problems when the program looks for files that are hard coded to be found under "c:\xxxx\"
Any suggestions.Thanks in advance
Cheers