error in setup

candela
06-21-2002, 06:15 AM
Hello, i've builded my inno setup.. it works fine except for an error:

C:\errore.bmp

the code for that file is:

source: "C:\...\DAO350.DLL"; DestDir: "{dao}"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall regserver sharedfile

any suggestion?

thenks

Flyguy
06-21-2002, 06:54 AM
First you created a link to an image on your local harddisk, so we only see the "broken link" image.

Second you shouldn't add these database DLLs yourself, you should add MDAC instead.

candela
06-21-2002, 07:18 AM
I was refering to wrong dll:

the message was:
c:\window\system32\msado25.tlb
unable to register the dll/ocx: dllregisterserver export not found.
click retry....

what do u mean with don't add dlls by myself?
i add just the dll the the package and deplyment w. chouse to install

Banjo
06-21-2002, 07:25 AM
P&DW is notoriously bad at recognising MDAC components. Basically if you are using DBs then add MDAC_TYP to your installer and make it run automatically on install.

candela
06-21-2002, 07:28 AM
So i put Mdac_typ.exe and execute it.
but do i have to put DAO350.DLL and msado25.tlb too? or not?

thenks a lot 4 ur help!

Flyguy
06-21-2002, 07:33 AM
According to me you don't have to add those 2 files yourself IF you include MDAC.

Banjo
06-21-2002, 07:34 AM
I don't think so. They should be included in MDAC. The only extra that you may need is the Jet Redistribution Pack if you are using MS Access databases.
You will need it if you are using MDAC v2.6 or higher.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum