/* */

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

Cara memperbaiki flashdisk yang tidak bisa di format / Corrupt

Barusan pinjam flashdisk temen, setelah beres digunakan,
niatnya mau hapus lagi file2 & folder2 yang tadi numpang di-copy di flashdisk tersebut.

eh...gak taunya malah jadi corupt, setelah coba browsing nemu solusinya.
berikut caranya:

Perbaikan FD yang Corrupt:
-> Pertama-tama buka Run >> cmd
-> Kemudian ketikkan command berikut ini :

chkdsk g: /f

Ket :

1. g: [adalah path/direktory flash disk kita]
2. /f [Fixes errors on the disk]

-> Tunggu sampai proses berjalan, jika muncul command "Convert folder to file ?"
[ketik] Y
-> Jika proses ini berhasil sampai 100% maka kita tinggal delete file/folder yang
corrupt tadi.

Sumber: http://www.rifqi-nurhakim.co.cc/2010/02/cara-memperbaiki-flashdisk-yang-tidak.html