 |
|
 |
|
Next: Visual Basic 6
|
| Author |
Message |
External

Since: Dec 01, 2003 Posts: 11
|
(Msg. 1) Posted: Wed Nov 05, 2003 6:06 pm
Post subject: DAO351, PDW, and WinXP Archived from groups: microsoft>public>vb>database>dao (more info?)
|
|
|
Anyone know why with a VB6-SP5 compiled app using DAO351 and the PDW to
build a setup packag, when it is installed on a WindowsXP computer, when the
program starts, XP raises a dialog referencing a need to install DATA1.msi
from Office 2000? Parts of Office 2000 SP1 are installed on that computer?
Searching the MS site for data1.msi reveals lots of problems, but nothing as
to why it is needed on a VB program using DAO.
Problem is, if the program is started by a user w/o Admin permissions, the
attempt to install data1.msi (which is apparently the main installation
setup file for Office 2000 SP1) cannot be completed, and when canceled,
restarts the install attempt. One has to bring up the task manager and lean
on the terminate program key for the program started and the data1.msi
setup. Running the program from the Admin login goes through the same need
to run the data1.msi install package, but it does get installed - at least
for the Admin user. The only way to proceed for the regular user, even after
doing this under Admin, is to rant the user Admin privileges, start the
program and do the install, then remove the admin privileges. >> Stay informed about: DAO351, PDW, and WinXP |
|
| Back to top |
|
 |  |
External

Since: Sep 12, 2003 Posts: 22
|
(Msg. 2) Posted: Thu Nov 06, 2003 6:36 am
Post subject: Re: DAO351, PDW, and WinXP [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
PDW is whack!!! use a more powerful installer like InnoSetup
which is freeware at <a style='text-decoration: underline;' href="http://www.innosetup.com." target="_blank">www.innosetup.com.</a> Easy to use, powerful,
freeware, and a very active community. I had problems like yours
in the past and they went away when I switched installers. Also,
you may not need to distibute all the files the PDW states. I have
an app that uses DAO3.51 that ive been distributing for years with no
problems on any Windows platform.
AGP
<a style='text-decoration: underline;' href="http://www.WarpEngine.com" target="_blank">www.WarpEngine.com</a>
Send me an email if you need any more help.
--
**********************************************************************
Unpak my email address before sending me personal email
**********************************************************************
"Roy Soltoff" <royUNDO.RemoveThis@CLEANmedicomp.com> wrote in message
news:uSE4rg9oDHA.2676@TK2MSFTNGP11.phx.gbl...
> Anyone know why with a VB6-SP5 compiled app using DAO351 and the PDW to
> build a setup packag, when it is installed on a WindowsXP computer, when
the
> program starts, XP raises a dialog referencing a need to install DATA1.msi
> from Office 2000? Parts of Office 2000 SP1 are installed on that computer?
>
> Searching the MS site for data1.msi reveals lots of problems, but nothing
as
> to why it is needed on a VB program using DAO.
>
> Problem is, if the program is started by a user w/o Admin permissions, the
> attempt to install data1.msi (which is apparently the main installation
> setup file for Office 2000 SP1) cannot be completed, and when canceled,
> restarts the install attempt. One has to bring up the task manager and
lean
> on the terminate program key for the program started and the data1.msi
> setup. Running the program from the Admin login goes through the same need
> to run the data1.msi install package, but it does get installed - at least
> for the Admin user. The only way to proceed for the regular user, even
after
> doing this under Admin, is to rant the user Admin privileges, start the
> program and do the install, then remove the admin privileges.
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: DAO351, PDW, and WinXP |
|
| Back to top |
|
 |  |
External

Since: Nov 14, 2003 Posts: 98
|
(Msg. 3) Posted: Fri Nov 07, 2003 4:15 pm
Post subject: Re: DAO351, PDW, and WinXP [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Roy, the problem, is the PDW only packages part of the JET package. It
is requesting the Office CD to finish the job. Your alternative is to
install the JET files from the installer package. You can download this
from Microsoft. These are the files that have bee removed from MDAC.
Matt >> Stay informed about: DAO351, PDW, and WinXP |
|
| Back to top |
|
 |  |
External

Since: Dec 01, 2003 Posts: 11
|
(Msg. 4) Posted: Mon Nov 10, 2003 3:05 pm
Post subject: Re: DAO351, PDW, and WinXP [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
That'a a better explanation. Thanks. I know that mdac was needed for an ADO
package, but did not know it was needed for a DAO package.
"Unicorn" <unicorn DeleteThis @somewhere.com> wrote in message
news:uvroTUNpDHA.2776@tk2msftngp13.phx.gbl...
> Roy, the problem, is the PDW only packages part of the JET package. It
> is requesting the Office CD to finish the job. Your alternative is to
> install the JET files from the installer package. You can download this
> from Microsoft. These are the files that have bee removed from MDAC.
>
> Matt
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: DAO351, PDW, and WinXP |
|
| Back to top |
|
 |  |
| Related Topics: | DAO 3.6 record locking - Hi, Is it possible to programmatically lock a single record in a VB application using DAO 3.6? I would like to lock users' records when they log on to the app. Later I can check if a user's record is locked to see if they are logged in or not. (I....
Fixes for VB4 or DAO 3.0 - I've got VB4 (32-bit) and it seems to use DAO 3.0. Is there a service pack for either of these that I can use? I'm having issues with DAO and > 2GB of RAM on the machine, and don't want to have to move to a newer version of VB if I can help it, just t...
Jet error - I've just started getting this error message on a seemingly random basis. 'The Microsoft Jet database engine does not recognize 'CID' as a valid field name or expression.' CID is a text field, and it is a valid column name. The line of code that..
DAO reference / Access 2007 - while using an Access 2007 .accdb file I can access the dao. object very easily. the following code in VBA works well : Function getrecordcount(strTableName As String) As Long Dim dbCurrent As DAO.Database Set db = CurrentDb Dim rstRecords A...
Data Source - Data Report Designer - Is there a way to change the Database Source at run time in the Microsoft Data Report Designer? If so. How? |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|