Crystal reports Control
-
i used crystal reports ver 6.0 i used an OCX control of Crystal reports to display various reports but when i make a SETUP through InstallSheild it says that the DLL for the OCX was added but when i run the setup the OCX cannot be registered i added all the dll's from crstal but still it does not register please HELP ??? thanks in advance
-
i used crystal reports ver 6.0 i used an OCX control of Crystal reports to display various reports but when i make a SETUP through InstallSheild it says that the DLL for the OCX was added but when i run the setup the OCX cannot be registered i added all the dll's from crstal but still it does not register please HELP ??? thanks in advance
Use the DEPENDS.exe program that ships with visual studio to get a complete list of the dlls used by the OCX.
-
Use the DEPENDS.exe program that ships with visual studio to get a complete list of the dlls used by the OCX.
-
i did and added all those files too but it still won't register what if these fiels are yet to be copied and the setup tries to register the control or the setup copies all the files and then tries to register ??
What is the error code returned by regsvr32? Isuppose its possible to get InstallShield to screw up the installation order, but its probably not easy. Are there any dlls that cannot be copied until the system reboots? Does InstallSheield automatically reboot your system? If not, does it need to? If you manually restart the system, can you register the control?