/* */
Tampilkan postingan dengan label Crystal Report. Tampilkan semua postingan
Tampilkan postingan dengan label Crystal Report. Tampilkan semua postingan

Selasa, 27 Juli 2010

Menambahkan Crystall Report 8.0 Dalam Inno Setup

Dibawah ini adalah file-file yang harus di-include ke dalam inno setup:
- p2smon.dll
- mfc42.dll
- msvcp60.dll
- MSVCIRT.DLL
- mfcans32.dll
- olepro32.dll
- CRPE32.DLL
- CRPAIG80.DLL
- p2sodbc.dll
- Crystl32.OCX

cara penulisan pada inno setup:

[Files]
;crystall report
Source: component\p2smon.dll; DestDir: {sys}; Flags: sharedfile
Source: component\mfc42.dll; DestDir: {sys}; Flags: sharedfile
Source: component\msvcp60.dll; DestDir: {sys}; Flags: sharedfile
Source: component\MSVCIRT.DLL; DestDir: {sys}; Flags: sharedfile
Source: component\mfcans32.dll; DestDir: {sys}; Flags: sharedfile
Source: component\olepro32.dll; DestDir: {sys}; Flags: sharedfile
Source: component\CRPE32.DLL ; DestDir: {sys}; Flags: sharedfile
Source: component\CRPAIG80.DLL ; DestDir: {sys}; Flags: sharedfile
Source: component\p2sodbc.dll ; DestDir: {sys}; Flags: sharedfile
Source: component\Crystl32.OCX; DestDir: {sys}; Flags: sharedfile regserver