Don't know if this has been posted, I've searched but couldn't find anything.... Anyway, here goes:
To get the Windows Security Center in SP2 to work with Norton Antivirus and Firewall already at first logon, you can download the update from here:
CODE
http://www.n e o w i n.net/staff/RadishTM/Norton_WMI_Update.rar
(added spaces to pass the spam filter...
All you need from the archive is the file 'SYMWMI04.MSI', add this to your unattended install with the switch /qn.
"SYMWMI04.MSI /qn"
To disable the prompt that pops up after installation (see attached picture), add this to your registry:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\SOFTWARE\Symantec\SymSC]
"FRNotified"=hex:01
"FRNotified"=hex:01
To share Norton security status with Windows Security Center add this to registry:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\SOFTWARE\Symantec\SymSC]
"NoBroadcast"=hex:00
"NoBroadcast"=hex:00
Change it to hex:01 if you don't want Norton's status to be shared.
Cheers