Problem with Installation

Started by Randem, August 28, 2009, 02:46:13 PM

Previous topic - Next topic

Randem

I only noticed one thing that might be causing an issue. You are directly deploying Crystal Reports file. Have you attempted to use our CR 8.5 deployment file.
 
https://randemsystems.support/crystal-reports/
 
Your iss file did not come thru correctly could you zip it then repost it?

wdelaar

My Script does not have any reference to msdasql.dll in it...
 
I rely on Automatic OS Updater to handle all MDAC...
 
The Support Article you linked me to only relates to Windows 95/98...
 
Attached is my script if you like...

Randem

What does the script look like for the msdasql.dll entry? You probably should not be deploying this file to Vista since it is part of the MDAC also of which vista will not allow to be installed. The Automatic OS Updater will not attempt to install the MDAC to Vista. Vista already has it's own version of MDAC installed.
 
Have you tried installing without that file?
 
Here are some references:
 
http://support.microsoft.com/kb/272631

wdelaar

I am using InnoScript... The latest version (10) build 5...
 
My customer is installing my product on Windows Vista Home Premium 32 bit and they are getting the following error during the installation:
 
REGSVR: Unable to load 'C:Program
filescommon filessystemOLE DB\msdasql.dll: 127: The specified
procedure could not be found. With error code -2147467259
 
The setup includes and is using Automatic OS Updater to handle the MDAC/DAO stuff...
 
Any thoughts?  I've tried to recreate on a Clean Windows Vista Home Premium Build 32 bit and it's working on my end...