0

I search for a solution. We have Delphi 6 Prof on Win7/X64.

When I tried four times to install JCL, the Windows crash with Blue Death. I set the installer.exe to "Windows XP mode" but nothing happens.

How can I install JCL to my Delphi, and what CAN cause full crash in Win7?

Thanks: dd

durumdara
  • 3,411
  • 4
  • 43
  • 71
  • You might want to have a look at the newsgroups at news.delphi-jedi.org, there are many installation problem threads. I never came across a BSOD though. – Sertac Akyuz Mar 07 '11 at 18:07

1 Answers1

3

Most likely this is a hardware fault. Run diagnostics on your disk. Hope that your backup works!

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490
  • 2
    I'd agree, otherwise it should most probably throw an exception and exit. – Sertac Akyuz Mar 07 '11 at 18:05
  • This is not hardware fault. I ran the checkdisk 3 times. And I started the installer again, it caused "System Service Exception". – durumdara Mar 23 '11 at 08:42
  • @durumdara How could it not either be a hardware fault or a driver fault. That's where BSODs come from 99.999% of the time. Bug in Windows? Not so likely. – David Heffernan Mar 23 '11 at 09:01
  • Hi! Today I started a test: compile it in Safe mode. And it succeeds! So only one thing I need: determine which system component cause this problem... :-( Thanks: dd – durumdara May 16 '11 at 07:46