Popular Downloads
(Example Reports)
(Templates)
(Example Reports)
(Example Forms)
(Access Programming)
(Example Forms)
(Example Forms)
| Access 2007 runtime deployment - FAQs |
|
|
|
| Written by Boyd Trimmell | |
|
Microsoft now makes the Developer Extensions free to anyone who owns a copy of Office 2007 Access. The Access 2007 Runtime is now a free download. If you have never heard of or used the Access runtime version then I recommend reading What is the Access Runtime Version? (Click Here)
The Access 2007 Developer Extensions provide packaging and deployment tools and licensing and distribution agreements to make it easier for developers to bring solutions to market. Whether you are working in a small business or a large enterprise, as a third-party or an internal developer, the Access 2007 Developer Extensions can facilitate the deployment and management of Access 2007 solutions.
Question: Are there any special considerations when using the Access runtime to run my database?Answer: The Access 2007 Runtime is, in essence, Office Access 2007 with a few key features disabled. A user who has the Access 2007 Runtime installed instead of the full version of Access can open and run an Access application but cannot see the Navigation Pane or switch the view of any Access object to Design view. You will need to be sure that provide:
Additional reading: Basics for Building Access 2007 Runtime-Based Solutions
How to: Create a Shortcut Menu for a Form, Form Control, or Report
FREE ribbon tools for Access 2007 and 2010
Question: How can I test to be sure that my database is ready for use with the Access 2007 runtme?Answer: Test your database in runtime mode on your development PC.Simulating the Access Runtime Environment from Full AccessAccess 2007 provides two methods that you can use if you want to see how your application looks and works in an Access Runtime environment. If you used the .accdb file format for your application, you can simulate the Access Runtime environment by changing its file name extension to .accdr. Alternatively, you can use the /runtime command-line switch with the full Access executable to simulate the Access Runtime environment. Create a shortcut with a target like the following. "C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE" /runtime "drive:\path\file_name" Note The line in this example might have wrapped for printing. However, no line wrapping is supported in command-line switches. Test your application under the Access Runtime (either by using the command-line switch or by installing it with the Access Runtime on a clean computer) before deploying the application to other users.
Additional reading: Basics for Building Access 2007 Runtime-Based Solutions
Question: How do I deploy my Access 2007 application with the Access 2007 runtime included?Answer: Create a deployment package.
There are several option avaialable.
Using a Third-party InstallerFree INNO Setup installer
With this script the innitial download is far smaller in size for the end user that already has Runtime installed. he script has been put together using code snippets found on different forums along with bits I did myself, so thanks go to everyone. If no access is detected, it will automatically download your Access 2003 runtime files from your web server and install them before continuing with installing your mde.
The script will also add the relevent registry entries to eliminate the Security Warnings that normally show up when launching an .mde.
The script for the free INNO Setup installer that can be download ed from HERE on this site.
Other Products A very popular commerial product is Sage Key (Click here) Using the Microsoft Package Solution Wizard add-in.The Package Solution Wizard is an add-in that is available as part of the Access 2007 Developer Extensions. It provides a simple way to bundle and deploy Office Access 2007 database applications. The wizard guides you through the steps that are required to bundle stand-alone Access 2007 applications into deployment packages. You can use the Package Solution Wizard to include the Access 2007 Runtime in your packages and to create shortcuts that invoke the appropriate Access file. The output of the Package Solution Wizard is a Windows Installer (.msi) Setup file that guides users through the installation of your Access application.
Additional Reading: Introducing the Access 2007 Developer Extensions and Runtime Summary: Find out how to use the Package Solution Wizard to build and distribute solutions that include the Microsoft Office Access 2007 Runtime.
Trusted LocationsIf you use an VBA code in your database, it is importatnt to be sure that you add the folders used by your application to the trusted locations list. See: Trust Center in Access 2007 and 2010
Question: I have installed the Access 2007 Developer Extensions. When I click the Microsoft Office Button, I don't see the new Developer item. Where do I find it?
|
| < Prev |
|---|
Sponsored Links




