Re: xp and crystal WHY O WHY
Anyone?
I noticed something quite odd....
while installing my file on win2k all is well...goes right through the inno installation and registers the files at the end.
For windows XP when I do an install it just sits there at the end while registering the files. The hourglass remains on and it just sits there...seems like it is having problems registering the files.
Does anyone have a list of all the required DLL's and OCX's for XP or BETTER yet there INNO script that uses these files.
Im not sure what files need to be registered and what dont...seems like XP is trying to register something that it cant....
Again my INNO script is attached to help!
Thanks again,
Jon
Re: Re: xp and crystal WHY O WHY
Im very close!!!!!
I just realized that it was not registering one file:
craxdrt9.dll
I took regserver out from the inno file and it went through the installation file without a problem.
The line I am talking about in INNO read this:
Source: C:\Documents and Settings\jhermiz\Desktop\SPI\CrystallInstallationFilesForSPI\CRFiles\craxdrt9.dll; DestDir: {cf}\Crystal Decisions\2.0\bin\; Flags: uninsneveruninstall sharedfile regserver
and I changed it to:
Source: C:\Documents and Settings\jhermiz\Desktop\SPI\CrystallInstallationFilesForSPI\CRFiles\craxdrt9.dll; DestDir: {cf}\Crystal Decisions\2.0\bin\; Flags: uninsneveruninstall sharedfile
Now the installation went through, BUT I still need to register this file. Does anyone know why XP wont register this file? I have to register it because when I try to run a report from my app, it says that the ActiveX object could not be created.
Somehow I think its refering to this file craxdrt9.dll
Anyone out there please!!!
Re: xp and crystal WHY O WHY
For anyone who's interested I was having the same problem of regsvr32 craxdrt9.dll not responding and resolved this by registering the crystal file keycode.dll THEN registering craxdrt9.dll. All was sweet.
The instructions at http://support.businessobjects.com/l...s/c2012421.asp tell you to do the regsvr32 before loading and registering the keycode.dll file where as http://support.businessobjects.com/l...s/c2012205.asp get it right.
Re: xp and crystal WHY O WHY
Quote:
Originally Posted by DeeGeeBee
Welcome to the forums :wave: and thanks for the tip. :thumb: