473,395 Members | 1,949 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,395 software developers and data experts.

What files do I need to deploy the runtime of Access?

Hello,

First off, let me say that I DO own XP Developers edition, so I do have a
license to distribute the runtime. What I'm looking for is the bare bones
files I need to deploy a runtime version of Access. When I use the Package
and Deployment wizard, the resulting set up file is 160 Mb in size. I'd
like to just package the program database and the bare minimum files needed
for it to run properly.

Any help would be greatly appreciated.

Thanks!
Nov 13 '05 #1
6 2876
"Jozef" <SP**********@telus.net> wrote in
news:xjtqe.1642597$Xk.1293550@pd7tw3no:
Hello,

First off, let me say that I DO own XP Developers edition, so I do
have a license to distribute the runtime. What I'm looking for is the
bare bones files I need to deploy a runtime version of Access. When I
use the Package and Deployment wizard, the resulting set up file is
160 Mb in size. I'd like to just package the program database and the
bare minimum files needed for it to run properly.

Any help would be greatly appreciated.

Thanks!


The info and redistributable setup stuff is on the Office Developer
Toolkit CD-ROM. Ideally, you would include the redistributable package
and the necessary logic in an InstallShield (or whatever installer you're
using. You can peek into the Registry, for example, in InnoSetup to do
this, also) application to detect if Access is already installed and
quietly skip installing the runtime if it does.

IIRC, you don't want to install the Runtime on a computer that already
has Access on it.
Nov 13 '05 #2
The info and redistributable setup stuff is on the Office Developer
Toolkit CD-ROM. Ideally, you would include the redistributable package
and the necessary logic in an InstallShield (or whatever installer you're
using. You can peek into the Registry, for example, in InnoSetup to do
this, also) application to detect if Access is already installed and
quietly skip installing the runtime if it does.

IIRC, you don't want to install the Runtime on a computer that already
has Access on it.


Hi Corey,

Thanks, but what I need to know is which specific files. Right now I have a
VB.net application determining
if the target computer has access or not in order to determine which files
to download (downloading the
smallest possible package required). I am using Inno Setup to package the
files, but need to know what files
are required for the thing to function. Right now if I use the ODE package
and deployment, I wind up with a
160Mb file zipped, which is a tad too large for a typical user (even me) to
want to download.
Nov 13 '05 #3
Jozef wrote:
The info and redistributable setup stuff is on the Office Developer
Toolkit CD-ROM. Ideally, you would include the redistributable
package and the necessary logic in an InstallShield (or whatever
installer you're using. You can peek into the Registry, for
example, in InnoSetup to do this, also) application to detect if
Access is already installed and quietly skip installing the runtime
if it does. IIRC, you don't want to install the Runtime on a computer that
already has Access on it.


Hi Corey,

Thanks, but what I need to know is which specific files. Right now I
have a VB.net application determining
if the target computer has access or not in order to determine which
files to download (downloading the
smallest possible package required). I am using Inno Setup to
package the files, but need to know what files
are required for the thing to function. Right now if I use the ODE
package and deployment, I wind up with a
160Mb file zipped, which is a tad too large for a typical user (even
me) to want to download.


There is a "minimal" runtime available on MS site but it is still not a
practical size for having people download over the internet (except for
broadband users). I belive it is still in the 60-80 MB range.

If this is a VB.Net application what do you need the Access runtime for?

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #4
Hi Rick,

The application is an Access application, I just have a little applet that
is about 30k written in vb.net that checks the users computer for Access and
if Access is installed, then it recommends downloading the non-runtime 8mb
version, saving the end user the 160mb download if it isn't needed.

I'll check the ms site.

Thanks!

"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:IV*****************@newssvr11.news.prodigy.co m...
Jozef wrote:
> The info and redistributable setup stuff is on the Office Developer
> Toolkit CD-ROM. Ideally, you would include the redistributable
> package and the necessary logic in an InstallShield (or whatever
> installer you're using. You can peek into the Registry, for
> example, in InnoSetup to do this, also) application to detect if
> Access is already installed and quietly skip installing the runtime
> if it does. IIRC, you don't want to install the Runtime on a computer
> that
> already has Access on it.


Hi Corey,

Thanks, but what I need to know is which specific files. Right now I
have a VB.net application determining
if the target computer has access or not in order to determine which
files to download (downloading the
smallest possible package required). I am using Inno Setup to
package the files, but need to know what files
are required for the thing to function. Right now if I use the ODE
package and deployment, I wind up with a
160Mb file zipped, which is a tad too large for a typical user (even
me) to want to download.


There is a "minimal" runtime available on MS site but it is still not a
practical size for having people download over the internet (except for
broadband users). I belive it is still in the 60-80 MB range.

If this is a VB.Net application what do you need the Access runtime for?

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com

Nov 13 '05 #5
"Jozef" wrote
The application is an Access application,
I just have a little applet that is about 30k
written in vb.net that checks the users
computer for Access and ...


What if the user's computer doesn't have the .NET framework?

Larry Linson
Microsoft Access MVP
Nov 13 '05 #6
Although that's outside of the scope of this thread, It's compiled as an
executable, but I'll worry about that info in another question.
"Larry Linson" <bo*****@localhost.not> wrote in message
news:h2Hqe.1413$tY4.868@trnddc06...
"Jozef" wrote
The application is an Access application,
I just have a little applet that is about 30k
written in vb.net that checks the users
computer for Access and ...


What if the user's computer doesn't have the .NET framework?

Larry Linson
Microsoft Access MVP

Nov 13 '05 #7

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

Similar topics

0
by: G. Miller | last post by:
Hi ; I just upgraded to Access 2003 from 2000. I'm not real happy about it right now, even though I do see MS added some stuff that I wish they had in 2000. I tried to open my db and first of...
4
by: Jozef | last post by:
Hello, I have an application that I have been deploying with the Office 2002 / XP Developers Edition Package and Deployment wizard. The package that it creates is 180 MB in size. I would like...
4
by: Woody Splawn | last post by:
I am abvioulsy new to this and I need to ask a basic question. What is the orthodox way or the normal or expected way that a web app is written? Do you usually write it using localhost and the...
37
by: Alan Silver | last post by:
Hello, Newbie here, so please forgive what is probably a basic question ... I see a lot of discussion about "code behind", which if I have understood correctly, means that the script code goes...
5
by: Praveen | last post by:
I have script files embedded as resources in my dll. During runtime, I would like to write it out into the app dir (or a app sub-dir) and send the appropriate virtual path to the client. This makes...
2
by: stuart.d.jones | last post by:
Hi, I'm trying to write an application which will eventually use SQL Express running on a server, with a client app running on several client machines. I'm developing it with an instance of SQL...
34
by: radink | last post by:
Well, I've got my DB ready to go. Now what? I need to host it on our Win2003 server. How do clients use it? I think im getting more confused as I try to figure this out. We are a small company...
0
by: Tifer | last post by:
Hello, I am building my first .Net Application. The first couple of Publish and Installs I did went fine. But after a couple of builds, I get a modal dialogue box error every time upon trying...
6
by: lukethegooner | last post by:
I would appreciate any comment. I want MS Access to act as a reporting tool accessing Oracle tables. The Oracle database is populated by another database application, but this application...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.