Installation

J

Jessie Niu

Hi,

I donot have Microsoft Office Developer edition, but I have Microsoft Office
Professionnal version, I created an application and try to distributed to
user with my app.mde file, but the user does not have a access on the
computer, how can I distribute the application?


Thanks


Jessie
 
R

Rick Brandt

Jessie said:
Hi,

I donot have Microsoft Office Developer edition, but I have Microsoft
Office Professionnal version, I created an application and try to
distributed to user with my app.mde file, but the user does not have
a access on the computer, how can I distribute the application?

An MDE is not a self-executable file. It is merely an MDB with the
capability to View/Edit code-based objects removed. To run an Access file a
user needs Access installed, period.

If you want to be able to install the Access runtime on the user's PC so he
doesn't have to purchase and install the licensed version then you need the
Developer's tools appropriate for your version of Access. Search MS'
website for details.
 
J

Jessie Niu

Thanks


Rick Brandt said:
An MDE is not a self-executable file. It is merely an MDB with the
capability to View/Edit code-based objects removed. To run an Access file a
user needs Access installed, period.

If you want to be able to install the Access runtime on the user's PC so he
doesn't have to purchase and install the licensed version then you need the
Developer's tools appropriate for your version of Access. Search MS'
website for details.
 
Top