Link to home
Start Free TrialLog in
Avatar of majorjohn
majorjohn

asked on

Instalshield Exe Execution Problem

Pl note following :
=> I am using VC++5.0 for my application.
=> I have made an application Exe in release mode to distribute it.
=> In my project I have used ActiveX(MSRDC, DBGRID, DATA CONTROL, DBCOMBO)
=> I am using Access Database. In some Dialog I am using abvoe controls to access database and in some Dialogs I am using CRecordset and ODBC Access driver to manipulate Database.
=> I am making distribution disks by installshield.

Problem : After installing the distribution disks in destination computer It is giving abnormal program termination Which I am not being able to solve. ( In destination computer only Win95 is installed without VC++)

*** What Dlls and other OCXs or other files should I include in installshield and where which ensures free running of my application in destination computer.

Thanks in advance.
Avatar of PIG
PIG

1.Compile your app with staic library.
2.In your instalation CD with MSVC 5.0 ++ have one directory REDIST. There ara all another DLL from that you needs.
Avatar of majorjohn

ASKER

PIG
Thanks for ur answer. Can u elaborate Pt.no. 1. What about my ActiveX controls. Should I include the OCXs in my project? If yes then whether they have to be registered or not ?

Thanks again.
ASKER CERTIFIED SOLUTION
Avatar of PIG
PIG

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial