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

Package and Deployment Wizard Question

Good Afternoon,

I need to distribute an application which includes the run time files for
Access 2002. I do have the Office XP Developer CD’s. The application itself
is written in VB 6 with an Access back-end. I have created a number of
reports in Access and I am starting them from the Visual Basic Front End.
However, I have a number of users who do not have a copy of Access which
means they will obviously need the run time files.

From what I understand the way to get the runtime files is to use the
package and deployment wizard available as an Access add-in. OK. Great. And
where is that little sucker? I do have the Package and Deployment Wizard for
Visual Basic but that has no intent of taking an mdb or mde database as the
primary file. In fact, it refuses to work with anything but a VB project
file; so obviously I need the one from Access. Do I have to reload the
Access files from the Developer CD’s (Access install part) or from the
Office Developer’s CD; or, better yet; Is there somewhere on one of those
CD’s a folder having all the Access runtime files.

Any suggestions, hints, advice is more than welcome and much appreciated.
Nov 13 '05 #1
4 3794


I am not sure about this, so I'll state it as a question:
Are you legally able to distribute the Access files?

In any case, I am not sure why you need for your users
to have Access. If I understood correctly, you have a VB6
app that uses an access mdb file. Is that correct? Is that the
extent that you are using Access?

When you build an app that uses the mdb file, the Package
and Deployment Wizard (setup wiz) will most likely detect
which support files you need and include them inthe setup
package.

The beauty (or ugliness) of using mdb file within VB is that
the target pcs where your solution is deployed do not need
to have Access installed.

In cases where you want your users to manipulate the db
outside of your app, then it is when they need Access (or
some other equivalent application). In this case, the only
solution is to install Access on each of the target PCs that
need it. I usually do not recommend modifying or manipulating
data outside of its front end, as it becomes too dangerous,
but if ya have to, ya have to.

Good luck.
Saga

<Th********@NOSPAM.earthlink.net> wrote in message
news:Ia******************@newsread1.news.pas.earth link.net...
Good Afternoon,

I need to distribute an application which includes the run time files
for
Access 2002. I do have the Office XP Developer CD's. The application
itself
is written in VB 6 with an Access back-end. I have created a number of
reports in Access and I am starting them from the Visual Basic Front
End.
However, I have a number of users who do not have a copy of Access
which
means they will obviously need the run time files.

From what I understand the way to get the runtime files is to use the
package and deployment wizard available as an Access add-in. OK.
Great. And
where is that little sucker? I do have the Package and Deployment
Wizard for
Visual Basic but that has no intent of taking an mdb or mde database
as the
primary file. In fact, it refuses to work with anything but a VB
project
file; so obviously I need the one from Access. Do I have to reload the
Access files from the Developer CD's (Access install part) or from the
Office Developer's CD; or, better yet; Is there somewhere on one of
those
CD's a folder having all the Access runtime files.

Any suggestions, hints, advice is more than welcome and much
appreciated.

Nov 13 '05 #2
If you've installed the Developer Files, the P&D wizard should show up on
the same menu as the compiler where you create the MDE file. Be aware, there
are two major issues --

1) It is one MONSTER installation - over 110 MB last time I tried it.

2) It wreaks havoc for users who DO have Access installed, particularly if
they have a different version.


<Th********@NOSPAM.earthlink.net> wrote in message
news:Ia******************@newsread1.news.pas.earth link.net...
Good Afternoon,

I need to distribute an application which includes the run time files for
Access 2002. I do have the Office XP Developer CD's. The application itself is written in VB 6 with an Access back-end. I have created a number of
reports in Access and I am starting them from the Visual Basic Front End.
However, I have a number of users who do not have a copy of Access which
means they will obviously need the run time files.

From what I understand the way to get the runtime files is to use the
package and deployment wizard available as an Access add-in. OK. Great. And where is that little sucker? I do have the Package and Deployment Wizard for Visual Basic but that has no intent of taking an mdb or mde database as the primary file. In fact, it refuses to work with anything but a VB project
file; so obviously I need the one from Access. Do I have to reload the
Access files from the Developer CD's (Access install part) or from the
Office Developer's CD; or, better yet; Is there somewhere on one of those
CD's a folder having all the Access runtime files.

Any suggestions, hints, advice is more than welcome and much appreciated.

Nov 13 '05 #3

"Saga" <an******@somewhere.com> wrote in message
news:uq*************@TK2MSFTNGP11.phx.gbl...


I am not sure about this, so I'll state it as a question:
Are you legally able to distribute the Access files?
If you have Office Developer, yes. It creates a compiled database
application (mde rather than mdb), so users can (in theory) run the Access
app without being able to use Access itself.

In any case, I am not sure why you need for your users
to have Access. If I understood correctly, you have a VB6
app that uses an access mdb file. Is that correct? Is that the
extent that you are using Access?
As the OP said, there are some Access reports fired from the VB app. Not a
method many people would recommend, but technically feasible.

Nov 13 '05 #4


On 1-Nov-2004, "Jezebel" <dw*****@heaven.com.kr> wrote:
If you've installed the Developer Files, the P&D wizard should show up on
the same menu as the compiler where you create the MDE file. Be aware,
there
are two major issues --

1) It is one MONSTER installation - over 110 MB last time I tried it.

2) It wreaks havoc for users who DO have Access installed, particularly if
they have a different version.



Thank you both for your replies. Jezebel, you are correct. Once I built an
MDE file, the run time library made itself known to me but the points
raised, especially the second, stopped me cold. The client does have A2K
installed on his system. However, he owns a number of stores; some of which
will not have Access installed. I guess the next step is to find out if he
intends to install Access at the other stores, or does he want to deal with
the runtime files.

Again, thank you both for your assistance.

--
Robert Berman
Vulcan Software Services
Th********@NOSPAM.earthlink.net
Nov 13 '05 #5

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

Similar topics

4
by: Gerry Laenen | last post by:
Hi, I first created several ActiveX DLL's which interact with each other, an SQL Server database, ... Some Active DLL's use different references: i.e. one that does not interact with a database,...
4
by: Tony | last post by:
After installing the A2003 developer extensions I expected the "VBA Package and Deployment Wizard" to be available in the Add-In Manager dialogue box. It did not appear. No option appeared. ...
4
by: chris | last post by:
hi guys and girls I have 2 problems that are driving me crazy! 1/ I have a front end mde, and back end mdb, that I have packaged and installed successfully in the past on both Win98 and XP...
6
by: tdmailbox | last post by:
I developed an access database in access 2003(keeping my database in the access 2000 format). It has been fully tested to be access 2000 compatible and works great. I am trying to package the...
5
by: Geri Reshef | last post by:
In the VB6 I used the "Package & Deployment Wizard" to create an installation package. I didn't find the VB.Net equivalent. Does anybody knows where or what is it?
6
by: jt | last post by:
Using VB.NET 2003 and wanting to make a setup for my program. In VB6 there is package wizard but being a newbie can't seem to find the package wizard in VB.NET. Any help is surely appreciated. ...
1
by: DennisT | last post by:
Problem with Package and Deployment Wizard. My VB6 application compiles and runs fine. However, when I try to use the Application and Deployment Wizard to create installation files, the process...
1
by: vick | last post by:
I installed Visual Studio 2005 Professional Ediction in order to create a 2003 Access Deploymnet package so my client could run the Access system I created on all their computers without having...
1
by: RandomElle | last post by:
Can anyone help me out with locating & using the package and deployment wizard for Access 2003? I have searched for HOURS and cannot find the Package & Deployment wizard for Access2003 anywhere on...
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: 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:
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
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
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
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
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...

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.