PDA

Click to See Complete Forum and Search --> : deploying?


noielen
Mar 17th, 2006, 09:54 PM
brod tabangi ko ninyo ani beh :mad: !! Philippine's Language BISAYA

I have a program created and it's already finished using vb. I made an installer using inno setup including all files like (.ocx, .dll and etc.) in my installer.

But when i install to other pc error occured "Active x component can't create object."

Why is it so? :confused:

Any help really appreciated... :blush:

randem
Mar 20th, 2006, 12:45 AM
How did you gather all the information that you had all the dll/ocx that you needed? Here is something that might help you http://support.microsoft.com/default.aspx?scid=kb;en-us;319844

noielen
Mar 20th, 2006, 06:38 PM
How did you gather all the information that you had all the dll/ocx that you needed? Here is something that might help you http://support.microsoft.com/default.aspx?scid=kb;en-us;319844Thanks randem, I used DAO (access) connection... so do I need to do this regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL" or just include DAO360.DLL in my installer? :confused: maybe this is the one that cause an error in my app.

noielen
Mar 21st, 2006, 12:46 AM
continue here plz... this is very urgent

randem
Mar 21st, 2006, 01:12 AM
What you should do is to include the MDAC in your installer not just the DAO360.dll file. Other files are needed as well which will be in the MDAC.

You probably should also check out the Inno Setup Third Party Tools (http://www.jrsoftware.org/is3rdparty.php) to help you with your scripts. They can be very helpful in situations such as this.

noielen
Mar 21st, 2006, 07:08 PM
Thanks randem, i'm just confused about "MDAC" what is that? is a file also? what's the filename?

Thanks randem for your help... hope we can solve it today with your help. thanks again.

randem
Mar 21st, 2006, 07:12 PM
noielen,

MDAC - Microsofts Data Access Components

You can download them from Microsoft of several other locations.

randem
Mar 21st, 2006, 07:13 PM
noielen,

What steps have you actually taken to resolve this issue?

noielen
Mar 21st, 2006, 07:33 PM
noielen,

What steps have you actually taken to resolve this issue?
Actually I'm still in this error now... i couldn't go forward with my project.

I already dowload the MDAC 2.8 RTM but i can't able to install because of incompatible version of my Windows.

Here is the description:
Issue Description:

MDAC 2.8 RTM is incompatible with this version of Windows. All of its features are currently part of Windows.
:confused:

randem
Mar 21st, 2006, 08:40 PM
You can't install MDAC 2.8RTM on XP SP2 it's already there. Try using the AutoOSUpdater to solve your MDAC / SP Problems.

noielen
Mar 21st, 2006, 10:49 PM
So how to include MDAC in my installer? where MDAC file can be found?

On progress, downloading MDAC...

randem
Mar 22nd, 2006, 03:53 PM
Do a search on Microsoft.com.