Jump to content

Problems with norton internet security, it hangs every time in t12-sta


Recommended Posts

Posted

hi

I 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" /f

REG ADD %KEY%\022 /V 1 /D "%systemdrive%\Install\Norton\SYMSETUP.EXE /qn /noreboot REBOOT=ReallySuppress" /f

and 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??????


Posted

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.

Posted (edited)

Try this:

REG ADD %KEY%\022 /VE /D "Norton Internet Security 2006" /f
REG ADD %KEY%\022 /V 1 /D "%systemdrive%\Install\Norton\SYMSETUP.EXE /qn /norestart" /f

Note:

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 by MHz
  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...