This is my code for Zone alarm at my GUI RunOnce:

CODE
REM ZoneAlarm
start /wait %systemdrive%\install\ZoneAlarm\zapSetup_65_737_000_en.exe /s /i /noreboot /lickey <who knows> %SystemDrive%\install\ZoneAlarm\Configurations.xml
attrib -r -h %systemdrive%\install\ZoneAlarm\zllictbl.dat
attrib -h %systemdrive%\WINDOWS\system32\zllictbl.dat
copy /Y %systemdrive%\install\ZoneAlarm\zllictbl.dat %systemdrive%\WINDOWS\system32\zllictbl.dat
attrib +h %systemdrive%\WINDOWS\system32\zllictbl.dat
start /wait REGEDIT /S %systemdrive%\install\ZoneAlarm\HKLM.reg
start /wait REGEDIT /S %systemdrive%\install\ZoneAlarm\HKCU.reg


I've read all the zone alarm posts but they never work correctly and they're always outdated. Anyway does anyone know why I get a BSOD once this starts installing? Also my hal.dll gets corrupt and Os doesnt boot. So if anyone can please help me, thx in advance.