Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problems with dao360.dll

2 views
Skip to first unread message

Colin McFarlane

unread,
Nov 8, 2000, 3:00:00 AM11/8/00
to
I am trying to do an install of dao360.dll in the C:\Program Files\Common
Files\Microsoft Shared\DAO directory.
I have the Following Declared:
File Groups:DAO 360 Core - Static file link to Dao360.dll
Components:DAO 360 Core - Overwrite:NEWERVERSION
Destination:<DAO>
(Script defined folder)

In the script I Have
////////////////////////////////////////////////////////////////////////////
////////
function MoveFileData()
NUMBER nResult, nDisk;

begin
// CM 01 Nov 2000 - Set Destination Directory for DAO Components
szdaoLocation = "C:\Program Files\Common Files\Microsoft Shared\DAO";


ComponentSetTarget ( MEDIA , "<DAO>" , szdaoLocation );


nDisk = 1;
SetStatusWindow( 0, "" );
Disable( DIALOGCACHE );
Enable( STATUS );
StatusUpdate( ON, 100 );
nResult = ComponentMoveData( MEDIA, nDisk, 0 );

HandleMoveDataError( nResult );

Disable( STATUS );

return nResult;

end;
////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////

The result I get is that the DAO360.dll is installed in the Windows System
directory. Problem is that the compiled application uses the DAO360.dll that
is in the C:\Program Files\Common Files\Microsoft Shared\DAO directory.

Any hints on how do to install and register this file in the C:\Program
Files\Common Files\Microsoft Shared\DAO directory.

Thanx
Colin


0 new messages