For various reasons we needed to make our Access database an MDE file. It appears that each MDE is specific to Access 2000, 2002, and 2003 meaning there will need to be a different front end for different computers.
In order to create a nice smooth install process I want to write a program that:
1) Detects if Microsoft Office is Installed and what version (2000, 2002, or 2003)
2) Detects if Access runtime installed (plus version)
That way the install program could detect which MDE to copy onto the user's computer. I will be writing the install program in VB6 so either code that can output a text file from another language or VB6 code directly would be very helpful.
In order to create a nice smooth install process I want to write a program that:
1) Detects if Microsoft Office is Installed and what version (2000, 2002, or 2003)
2) Detects if Access runtime installed (plus version)
That way the install program could detect which MDE to copy onto the user's computer. I will be writing the install program in VB6 so either code that can output a text file from another language or VB6 code directly would be very helpful.