Office XP Developer suite

micsak

Registered User.
Local time
Today, 19:08
Joined
Mar 27, 2003
Messages
31
I want to use Office XP Developer suite in order to make exe file my Access application. Do you know if I can download free of charge from Internet and if yes can you give me the link?

Regards
Michael
 
As noted in probably about a thousand earlier posts, you CANNOT make an exe out of an Access database.

By using the Developer Editions (which are definitely NOT FREE - List Price is $549), you can create RUNTIME versions which utilize the Access Runtime for running the Access database.
 
Slight correction -
you can create RUNTIME versions
- call me picky but this implies that the Developer's edition does something to your Access databases and it most emphatically DOES NOT. The developer's edition simply provides a license to distribute the runtime version of the MsAcces.exe.
 
Thanks for your replies.
I have heard that there is a tool that collect all files that Access application needs to run and make a setup exe. With this setup exe client can run your access application (.mdb) without installing Microsoft Access.

Is that true, and if yes which is this utility?

Regards
Michael
 
Yes, like the previous posts, it is called "Office Developers Edition" or "Toolkit" depending on which version of Office/Access your using.
It is a separate application that you have to purchase separetly from Office or Access, that when installed is a complete array of additional developer tools that are for someone that develops in Office or Access profesionally.
One of those additional tools include a Packaging program that creates a Distribution package (that you can customize) for the selected project, that allows you to install and run an Access mdb/mde/adp project/database on a computer that does not have a fully licensed copy of Access, with a setup.exe file and cabs that contain libraries, activex controls, custom files (help, ini, etc...) and the Access Runtime program that when you run the setup program will install all neccissary files in the appropriate locations. It is very similar to the create distribution process in VS where you add the VB Runtime to a package, only here you add the Access Runtime.
Other included tools that are very helpful is the program that aids in writing Help files, spytools, and the peice de resistence, an MSDN developers subscription. There are more tools but I don't use all of them.

Basically the Access Runtime Program that is installed is freely distributable and really is nothing more that an Access Viewer like the Word or Excel Viewers. You cannot edit or modify objects in the MDB/MDE/ADP files only open forms, reports, queries as they were last compiled to view and edit data as you normally would in a fully licensed version of Access.

I work with it everyday, and for me the bigest advantage is to compile an MDE and distribute it in with the appropiate version of Runtime as a compiled MDE will not run on any version other than the version it was compiled in. Because the company I work for, not everyone has the same version of Access and upgrading users to 2000 from 97 is slow, so distributing the 2000 Runtime the MDE will always work eventhough their fully licensed version is 97. And I don't have to worry about someone opening it in the wrong version and (accidently) converting it or having to support multiple version of the same project.
 
Last edited:
Thanks for your help . Regarding Access Runtime Program if I understand well is a software where we can install in client PC and without having Microsoft Acccess installed client can see mde files. Is that correct?

Regards
Michael
 
Before you embark on this path, be sure to read all the FAQ regarding the Access runtime engine on the MS Knowledge base. There are modifications to your application that will be required to make it run properly under the control of the runtime engine. Also search here for help.
 
Keithats,
Thanks for the tip, It looks promissing.
 

Users who are viewing this thread

Back
Top Bottom