D
dave
I am using ADE to create a package for an Access 2003 MDE file. I include
the runtime in my package since the computers I need to install it on may or
may not have Access 2003 on them. I cannot personally go to each computer.
PROBLEM:
I have installed the package on a computer that has Access 2000 installed
(Windows XP). The install computer contains Access 2000 files. My database
installs and runs with no errors on the install computer. When I try to open
an Access 2000 file (after I have run my Access 2003 application) it tries to
open it with the Access 2003 Runtime.
My program is opened with a batch file:
“cd\
cd Program Files\Microsoft Office\OFFICE11
MSACCESS.EXE "C:\Program Files\CTSDemoVersion1.0\Demoversiion2MDEDEc12.mde"
/excl /runtimeâ€
QUESTION:
Is there some way to ask the computer which version of Access is currently
the default for opening an MS Access files? I hope to use a script that
determines the current “Open With†version of Access, then opens my
application, and then resets the “Open With†version of Access. When I say
“Open With†version of Access I mean the version that the computer will use
when an MDE or MDB file is opened
Thanks
the runtime in my package since the computers I need to install it on may or
may not have Access 2003 on them. I cannot personally go to each computer.
PROBLEM:
I have installed the package on a computer that has Access 2000 installed
(Windows XP). The install computer contains Access 2000 files. My database
installs and runs with no errors on the install computer. When I try to open
an Access 2000 file (after I have run my Access 2003 application) it tries to
open it with the Access 2003 Runtime.
My program is opened with a batch file:
“cd\
cd Program Files\Microsoft Office\OFFICE11
MSACCESS.EXE "C:\Program Files\CTSDemoVersion1.0\Demoversiion2MDEDEc12.mde"
/excl /runtimeâ€
QUESTION:
Is there some way to ask the computer which version of Access is currently
the default for opening an MS Access files? I hope to use a script that
determines the current “Open With†version of Access, then opens my
application, and then resets the “Open With†version of Access. When I say
“Open With†version of Access I mean the version that the computer will use
when an MDE or MDB file is opened
Thanks