473,385 Members | 1,829 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Access 2003 Runtime

I am looking at installing an Access 2003 application on some machines
that don't have any version of Access previously installed. After
reading lots of posts on this group and elsewhere I assume that I need
to purchase "Visual Studio Tools For Office 2003" which will give me
the ability to install the application together with the Access
runtime. I also assume I will also have the legal right to distribute
the runtime.

Most of the problems that I have read about when installing the runtime
seem to stem from the target machines having other versions of Access
already installed. Given that my target machines will not have any
version of Access previously installed on them, can I reasonably expect
to install the app and run it reliably by using the runtime or are
there other issues to consider? Also can I perform the install
successfully without resorting to third party installers?

Any help is appreciated.

Nov 24 '05 #1
5 7073
Wayne wrote:
I am looking at installing an Access 2003 application on some machines
that don't have any version of Access previously installed. After
reading lots of posts on this group and elsewhere I assume that I need
to purchase "Visual Studio Tools For Office 2003" which will give me
the ability to install the application together with the Access
runtime. I also assume I will also have the legal right to distribute
the runtime.

Most of the problems that I have read about when installing the
runtime seem to stem from the target machines having other versions
of Access already installed. Given that my target machines will not
have any version of Access previously installed on them, can I
reasonably expect to install the app and run it reliably by using the
runtime or are there other issues to consider? Also can I perform
the install successfully without resorting to third party installers?

Any help is appreciated.


You're correct that most problems with the runtime occur on machines that have
another version. Without that the runtime is fairly easy to deal with. Access
2003 does require Windows 2003 SP3 or higher. Will all of the target PCs meet
that spec?

I'm not that familiar with the 2003 installer, but can't see any reason why it
wouldn't work.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 24 '05 #2
Hi Rick. I'm assuming you meant Windows 2000 SP3. Yes, all the target
PCs meet that spec.

Nov 24 '05 #3
Wayne wrote:
Hi Rick. I'm assuming you meant Windows 2000 SP3. Yes, all the
target PCs meet that spec.


Doh! Of course. If I cuold tpye I'd be dngreus.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 24 '05 #4
I've been playing with the Access 2003 runtime included on the Office
CD. I've installed it on to a clean machine and it works well except
for the security warnings when I open a database. I know that it is a
simple matter of changing macro security to "Low" when using the full
version of Access. How do I achieve this when using the runtime
version. Is there a simple solution?

Nov 24 '05 #5
Set (or create) two registry keys

HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\Engi nes
Name: SandBoxMode
Value: 2 (dword)
This key should exist, and the default is 2.

HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\ Access\Security
Name:Level
Value: 1 (dword)
This key usually needs to be created.

You can limit the effect to the user level by using HKEY_CURRENT_USER
instead for the latter key.

Search the string "access 2003 sandboxmode" in this group and you will
find a useful thread

By the way, the 2003 runtime is noticeably more stable and easier to
install and maintain than prior versions. We run it on a few individual
PCs in our company, some with 97 already installed; and on the servers in
our Citrix server farm, completely without incident for 3 months.

Richard Bernstein

"Wayne" <cq*******@volcanomail.com> wrote in
news:11**********************@g49g2000cwa.googlegr oups.com:
I've been playing with the Access 2003 runtime included on the Office
CD. I've installed it on to a clean machine and it works well except
for the security warnings when I open a database. I know that it is a
simple matter of changing macro security to "Low" when using the full
version of Access. How do I achieve this when using the runtime
version. Is there a simple solution?


Nov 25 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Colin Chudyk | last post by:
Hi, Here is my situation. Can anyone provide insight? I have developed a database in Access 2002. I am planning to distribute it as a split MDE (front) / MDB (back) to be used by the Access...
2
by: Jeff | last post by:
Does anyone know of any potential problems running a 2000 database with 2003? Also, what about installing all other Office products as 2003 versions but leaving Access as 2002 running a 2000...
1
by: Mike | last post by:
Hi Hi We are currently upgrading from access 97 to office 2003 on site. We would like to upgrade our access databases to Access 2003 but we wish to remove Microsoft access software from our end...
10
by: Lauren Wilson | last post by:
Ok I have searched the MS website for info on this. I am totally confused. If I want to deploy an Access 2003 app and allow my users to run it using Access 2003 Runtime, where do I get the...
3
by: Simple Man | last post by:
We have a citrix server that users will be signing into from a remote location. One application is an Access database. Right now, lan users are using the Access 2003 runtime to run these...
10
by: Lauren Wilson | last post by:
I have a desperate short term need for a way to install Access 2003 runtime on client computers. I have the proper license to do so but I cannot seem to find the files to do it like we did with...
0
by: Yelena Varshal via AccessMonster.com | last post by:
Hello We have a shortcut for our MS ACCESS application that uses a /Runtime switch because we may have some users that use Runtime. The application worked fine in Access 2000 and was tested with...
9
by: Paul H | last post by:
As I understand it, to distribute a runtime version of Access 2003 with my app I need to spend £600 on "Visual Studio Tools for Office System package" which contains the RT plus a load of stuff I...
17
by: Neil | last post by:
A client of mine likes some of the new bells and whistles in Access 2007, and is thinking about converting our A03 format MDB to an A07 format file. However, while some of the users have A07, many...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.