paoloscorca
Programmer
I have problems in installing runtime dlls on windows 98 and windows 95 machines.
On win98 machine i cannot register crqe.dll
the installation scripts are
1--
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Crystal Decisions\9.0\Crystal Reports]
"CommonFiles"="c:\\Program Files\\Crystal Report Runtime"
2--
cd "\Programmi\Crystal Report Runtime"
copy "R:\Cr9\Unicows.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\Implode.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\querybuilder.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\ufmanager.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\atl.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\crqe.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 crqe.dll
copy "R:\Cr9\keycode.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 keycode.dll
copy "R:\Cr9\crviewer9.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 crviewer9.dll
copy "R:\Cr9\CRDesignerCtrl.DLL" "c:\Program Files\Crystal Report Runtime"
regsvr32 CRDesignerCtrl.DLL
copy "R:\Cr9\craxdrt9.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 craxdrt9.dll
copy "R:\Cr9\craxddrt9.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 craxddrt9.dll
copy "R:\Cr9\crdb_p2snote.dll" "c:\Program Files\Crystal Report Runtime"
On win98 machine i cannot register crqe.dll
the installation scripts are
1--
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Crystal Decisions\9.0\Crystal Reports]
"CommonFiles"="c:\\Program Files\\Crystal Report Runtime"
2--
cd "\Programmi\Crystal Report Runtime"
copy "R:\Cr9\Unicows.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\Implode.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\querybuilder.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\ufmanager.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\atl.dll" "c:\Program Files\Crystal Report Runtime"
copy "R:\Cr9\crqe.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 crqe.dll
copy "R:\Cr9\keycode.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 keycode.dll
copy "R:\Cr9\crviewer9.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 crviewer9.dll
copy "R:\Cr9\CRDesignerCtrl.DLL" "c:\Program Files\Crystal Report Runtime"
regsvr32 CRDesignerCtrl.DLL
copy "R:\Cr9\craxdrt9.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 craxdrt9.dll
copy "R:\Cr9\craxddrt9.dll" "c:\Program Files\Crystal Report Runtime"
regsvr32 craxddrt9.dll
copy "R:\Cr9\crdb_p2snote.dll" "c:\Program Files\Crystal Report Runtime"