Deem Posted February 6, 2006 Posted February 6, 2006 hiI trided to build a unattended windowscd and for the most part it has worked great thanks to the forum here =). But i have one problem left and thats norton internet security 2006. It hangs every time when i try to install it with a silent install with runonceex. this is the code with silent switchen i used:REG ADD %KEY%\022 /VE /D "Norton Internet Security 2006" /fREG ADD %KEY%\022 /V 1 /D "%systemdrive%\Install\Norton\SYMSETUP.EXE /qn /noreboot REBOOT=ReallySuppress" /fand i even tried to build a simple autoit-script as well: ; Script Start - Add your code below here;~ Opt('TrayIconDebug', 1)$pid = Run("SymSetup.EXE")WinWaitActive("Installation av Norton Internet Security 2006", "Dialog")Send("{UP}"&"{ i put the serial in here }"&"{ENTER}")WinWaitActive("Aktiva program", "Varning:")Send("{TAB}"&"{ENTER}")WinWaitActive("Installation av Norton Internet Security 2006", "Kontroll före installation")Send("{ENTER}")WinWaitActive("Installation av Norton Internet Security 2006", "Ange installationstyp")Send("{ENTER}")WinWaitActive("Installation av Norton Internet Security 2006", "Norton Internet Security 2006 har installerats.")Send("{DOWN}"&"{ENTER}")Both methods works great when im inside windows. Tried on a virtual pc, and a real one. But as i said before. It hangs totaly in the installation of windows.sorry for misspelling!!Is there anyone that can help me please??????
owikh84 Posted February 7, 2006 Posted February 7, 2006 any idea on how to create silent installer for Norton Internet Security 2006 with registration info? step by step please as i'm new to this. btw, i have the retail version of NIS 2006.
MHz Posted February 7, 2006 Posted February 7, 2006 (edited) Try this:REG ADD %KEY%\022 /VE /D "Norton Internet Security 2006" /fREG ADD %KEY%\022 /V 1 /D "%systemdrive%\Install\Norton\SYMSETUP.EXE /qn /norestart" /fNote:Msiexec does not have a /noreboot switch so your command would fail and that is even if those switches are passed to the msi itself which the executable may do. Edited February 7, 2006 by MHz
Deem Posted February 8, 2006 Author Posted February 8, 2006 GAAAAA... i hate norton.. it still hangs... does anyone else have any clues?????
owikh84 Posted February 19, 2006 Posted February 19, 2006 Norton Internet Security 2006 Silent Installer plz.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now