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

Setup Error

Hi..I had successfully develop a vb system for my company..I do its setup using inno setup compiler 5.2.2 , the problem is when i run my setup in other computer the error meseg occur

Looking for Object with CLSID:{00000010-0000-0010-8000-00AA006D2EA4}

PlZzzzzzzzzzzzz Help me...Urgent

[Files]

Source: "Msdatgrd.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "Msflxgrd.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "Tabctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "Msadodc.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "Mscomctl.ocx"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "FLEXWIZ.OCX"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "MSBIND.DLL"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "shimgvw.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "DAO350.DLL"; DestDir: "C:\Program Files\Common Files\Microsoft Shared\DAO"; Flags: ignoreversion
Source: "dao360.dll"; DestDir: "C:\Program Files\Common Files\Microsoft Shared\DAO"; Flags: ignoreversion
Source: "VB5DB.DLL"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "C:\Program Files\Evercat\EVERCAT.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Alternator\*.*"; DestDir: "{app}\Images\Alternator"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Starter\*.*"; DestDir: "{app}\Images\Starter"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Alternator\Plugs\*.*"; DestDir: "{app}\Images\Alternator\Plugs"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Everspark2.mdb"; DestDir: "{app}"; Flags: ignoreversion
Apr 14 '08 #1
5 2063
debasisdas
8,127 Expert 4TB
You need to ensure that all the required components and dependent files are included in the setup.
Apr 14 '08 #2
I had attached the files as i know but still the error appear.

Source: "Msdatgrd.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "Msflxgrd.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "Tabctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "Msadodc.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "Mscomctl.ocx"; DestDir: "{sys}";Flags: restartreplace regserver noregerror sharedfile
Source: "FLEXWIZ.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "MSBIND.DLL"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "shimgvw.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "expsrv.dll"; DestDir: "{sys}"
Source: "vbajet32.dll"; DestDir: "{sys}"
Source: "msjint40.dll"; DestDir: "{sys}"
Source: "msjter40.dll"; DestDir: "{sys}"
Source: "msjet40.dll"; DestDir: "{sys}"; Flags: regserver noregerror
Source: "dao360.dll"; DestDir: "{dao}"; Flags: regserver noregerror sharedfile
Source: "DAO350.DLL"; DestDir: "{dao}"; Flags: regserver noregerror sharedfile
Source: "DAO2535.TLB"; DestDir: "{dao}"; Flags: regserver noregerror sharedfile
Source: "VB5DB.DLL"; DestDir: "{sys}"; Flags: sharedfile
Source: "MSJET35.DLL"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "C:\Program Files\Evercat\EVERCAT.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Alternator\*.*"; DestDir: "{app}\Images\Alternator"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Starter\*.*"; DestDir: "{app}\Images\Starter"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Alternator\Plugs\*.*"; DestDir: "{app}\Images\Alternator\Plugs"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Everspark2.mdb"; DestDir: "{app}"; Flags: ignoreversion

plzzzzzzzzzz help me......
Apr 14 '08 #3
lotus18
866 512MB
Have you tried to install your setup project on your pc?
Apr 14 '08 #4
Hi..Sure my pc can run bcoz i had install my vb progam in my pc. The problem occur when install the system in the pc that dont have vb program. Thanks for all the kind reply. I had solved the problem just now. I put all the related shared files as below.

[Files]

Source: "Msdatgrd.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "Msflxgrd.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "Tabctl32.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "Msadodc.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "Mscomctl.ocx"; DestDir: "{sys}";Flags: restartreplace regserver noregerror sharedfile
Source: "FLEXWIZ.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver noregerror sharedfile
Source: "MSBIND.DLL"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "shimgvw.dll"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "expsrv.dll"; DestDir: "{sys}"
Source: "vbajet32.dll"; DestDir: "{sys}"
Source: "msjint40.dll"; DestDir: "{sys}"
Source: "msjter40.dll"; DestDir: "{sys}"
Source: "msjet40.dll"; DestDir: "{sys}"; Flags: regserver noregerror
Source: "dao360.dll"; DestDir: "{dao}"; Flags: regserver noregerror sharedfile
Source: "DAO350.DLL"; DestDir: "{dao}"; Flags: regserver noregerror sharedfile
Source: "DAO2535.TLB"; DestDir: "{dao}"; Flags: regserver noregerror sharedfile
Source: "VB5DB.DLL"; DestDir: "{sys}"; Flags: sharedfile
Source: "MSJET35.DLL"; DestDir: "{sys}"; Flags: restartreplace sharedfile regserver
Source: "VB6STKIT.DLL"; DestDir: "{sys}"
Source: "olepro32.dll"; DestDir: "{sys}"
Source: "msvcrt40.dll"; DestDir: "{sys}"
Source: "MSREPL35.DLL"; DestDir: "{sys}"
Source: "Msstdfmt.dll"; DestDir: "{sys}"
Source: "MSJTER35.DLL"; DestDir: "{sys}"
Source: "MSRD2X35.DLL"; DestDir: "{sys}"
Source: "oleaut32.dll"; DestDir: "{sys}"
Source: "MSJINT35.DLL"; DestDir: "{sys}"
Source: "asycfilt.dll"; DestDir: "{sys}"
Source: "msado20.tlb"; DestDir: "C:\Program Files\Common Files\System\ado"; Flags: regserver noregerror sharedfile
Source: "STDOLE2.TLB"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist regtypelib noregerror sharedfile
Source: "msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist regserver noregerror sharedfile
Source: "C:\Program Files\Evercat\EVERCAT.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Alternator\*.*"; DestDir: "{app}\Images\Alternator"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Starter\*.*"; DestDir: "{app}\Images\Starter"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Images\Alternator\Plugs\*.*"; DestDir: "{app}\Images\Alternator\Plugs"; Flags: ignoreversion
Source: "C:\Program Files\Evercat\Everspark2.mdb"; DestDir: "{app}"; Flags: ignoreversion
Apr 15 '08 #5
lotus18
866 512MB
Glad you figured it out.

Rey Sean
Apr 15 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Angela | last post by:
http://support.microsoft.com/default.aspx?scid=KB;EN- US;Q324906& >-----Original Message----- >I'm trying to create a Web SetUp Project for a web >application my team recently developed.
1
by: Tom L | last post by:
I have a vb.net app that I created a setup for. I can install it and run it just fine on my XP box, but I'm having problems ont he NT4 workstation box. the nt4 box has sp6a, the .net 1.1 clr,...
0
by: Mads | last post by:
Hi we see some strange behavior with the latest version of our deployment package Background We have a .Net product that is deployed via a website. Developed with VS.Net 2003, the deployment...
1
by: StevenBarnes | last post by:
I have a solution with 6 or so projects, some dts dll's, a couple images, etc. I have a working setup project that creates a nice installation msi. Cool. Now I want to obfuscate my .exe and my...
1
by: santhosh_176 | last post by:
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even installer creation. I could run the setup and install it into the actual device and worked fine. The application enables...
9
by: vj | last post by:
When I run the setup.py script , it throws an error Traceback (most recent call last): File "C:\vijay\db2\utils\PyDB2-1.1.0-2.tar\PyDB2-1.1.0\setup.py", line 57, in -toplevel- libraries=, File...
0
by: Adam Clauss | last post by:
I have a C++ COM Addin I wrote for Outlook (2002) using VS.Net 2002. Having completed it, I am now looking to create a setup project and install it on another machine. I created a setup project...
3
by: Richard L Rosenheim | last post by:
I have an application that works, which is written in VB using Visual Studio 2003. Now, I'm trying to create a setup application for it. As the application uses Crystal Reports, I followed the...
0
by: sheridans | last post by:
I have setup a Web Setup Project to my Solution by going to Add New Project => Setup and Deployment => Web Setup Project. Everything builds correctly and I get a working Setup.exe and .msi file. ...
1
by: vedran | last post by:
Hello again, Before few months,I write to this mailing list with python script install problem,but nobody give me right solution.I work on windows XP,and Python 2.4. Now,when I write in Python...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.