I found a way to register, activate, AND run the wizard that come's after the NAV2005 Setup silently. So I thought: "Lets share it with all the people on msfn" So Here's the way to make the wizard disappear. First of all. You need to install NAV2005 Second, Run the wizard, by a dubbelclick on the trayicon. third, reboot and boot in safemode. fourth, Copy all files and directory's below to a empty directory of your choice. I advise something like C:\NAV-WIZ\ Make sure you use the same structure as below. So copy these directory's also. Not only the files. "%ProgramFiles%\Norton AntiVirus\CfgWiz.dat" "%ProgramFiles%\Common Files\Symantec Shared\CCPD-LC\symlcrst.dll " "%ProgramFiles%\Common Files\Symantec Shared\IDS\" "%ProgramFiles%\Common Files\Symantec Shared\SymcData\" "%ALLUSERSPROFILE%\Application Data\Symantec\LiveSubscribe\" -------------------------------------------------------------- Make your C:\NAV-WIZ\ dir look like this one. -------------------------------------------------------------- C:\NAV-WIZ\CfgWiz.dat C:\NAV-WIZ\navkey.reg (made by yourself, not a copy-paste, explain later) C:\NAV-WIZ\CCPD-LC\symlcrst.dll C:\NAV-WIZ\IDS\IDSSettg.dat C:\NAV-WIZ\LiveSubscribe\Catalog.LiveSubscribe C:\NAV-WIZ\SymcData\ids-diskless\definfo.dat C:\NAV-WIZ\SymcData\ids-diskless\usage.dat C:\NAV-WIZ\SymcData\ids-diskless\BinHub\catalog.dat C:\NAV-WIZ\SymcData\ids-diskless\BinHub\metadata.dat C:\NAV-WIZ\SymcData\ids-diskless\BinHub\symidsco.sys C:\NAV-WIZ\SymcData\ids-diskless\BinHub\symidsco.vxd C:\NAV-WIZ\SymcData\ids-diskless\BinHub\SymIDSI.dll C:\NAV-WIZ\SymcData\ids-diskless\BinHub\v.grd C:\NAV-WIZ\SymcData\ids-diskless\BinHub\v.sig C:\NAV-WIZ\SymcData\ids-diskless\BinHub\virscan1.dat C:\NAV-WIZ\SymcData\ids-diskless\BinHub\zdone.dat -------------------------------------------------------------- fifth, Reboot in normal mode. sixth, Move the contents of your NAV-WIZ directory to X:\XPCD\$OEM$\$1\Install\Applications\NAV2005\NAV-WIZ\ seventh, Create a start_II.cmd in X:\XPCD\$OEM$\$1\Install\ -------------------------------------------------------------- Make your start_II.cmd dir look like this one. -------------------------------------------------------------- ECHO. ECHO Copy All files to deactivate Nortons wizard. XCOPY /Y "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\CfgWiz.dat" "%ProgramFiles%\Norton AntiVirus\" XCOPY /Y /E "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\SymcData" "%ProgramFiles%\Common Files\Symantec Shared\SymcData\" XCOPY /Y /E "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\IDS" "%ProgramFiles%\Common Files\Symantec Shared\IDS\" XCOPY /Y /E "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\LiveSubscribe" "%ALLUSERSPROFILE%\Application Data\Symantec\LiveSubscribe\" ECHO. ECHO Done. EXIT -------------------------------------------------------------- eight, Put the lines below, at the end of your start.cmd -------------------------------------------------------------- The end of start.cmd. -------------------------------------------------------------- ECHO. ECHO Place some keys in the register, for the finishing touch. REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /V TITLE /D "Unattended XP v2005" /f REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\050 /VE /D "Continuing silent installs" /f REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\050 /V 1 /D "CMD.exe /C \"%systemdrive%\install\start_II.cmd\"" /f ECHO Rebooting... shutdown.exe -r -f -t 15 -c "Windows XP will now restart for a second installation progress." -------------------------------------------------------------- ninth, I'll gues you all know the navkey.reg, but for the one that doesn't, here it is. -------------------------------------------------------------- Make your navkey.reg look like this. (replace the Xes by your serial) -------------------------------------------------------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\CCPD-LC\KStore\00000082\0000000f\0000001b] "Key"="XXXXXXXXXXXXXXXXXXXXXXXX" -------------------------------------------------------------- And the final step. thenth, Put these line's into your setup.cmd otherwise NAV2005 won't be installed at all -------------------------------------------------------------- Place this somewhere in your setup.cmd file. -------------------------------------------------------------- ECHO. ECHO Installing Norton AntiVirus 2005 ECHO Please wait... MKDIR "%ProgramFiles%\Common Files\Symantec Shared\CCPD-LC" REGEDIT /S "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\navkey.reg" XCOPY /Y /E "%SYSTEMDRIVE%\Install\Applications\NAV2005\NAV-WIZ\CCPD-LC" "%ProgramFiles%\Common Files\Symantec Shared\CCPD-LC\" start /wait %SYSTEMDRIVE%\Install\Applications\NAV2005\NAVSETUP.exe "/qb /noreboot REBOOT=ReallySuppress" taskkill.exe /F /IM cfgwiz.exe taskkill.exe /F /IM ccApp.exe taskkill.exe /F /IM symlcsvc.exe taskkill.exe /F /IM ccSetMgr.exe taskkill.exe /F /IM ccEvtMgr.exe taskkill.exe /F /IM SAVScan.exe taskkill.exe /F /IM navapsvc.exe taskkill.exe /F /IM NPROTECT.EXE -------------------------------------------------------------- You're done! NOTE: Now setup runs as folow's. Create directory %ProgramFiles%\Common Files\Symantec Shared\CCPD-LC Ad navkey.reg to your register. Copy symlcrst.dll to the created directory. Install NAV2005 Reboot Copy a lot of files, to make the wizard disapear. Now there's just one little problem. Norton Worm Protection seems to be broken. BUT!, after you run liveupdate it's fixed! So just run liveupdate once your unattended install is completed. Hope you all can understand my first tutorial. If not... just ask. Greetz GK