Jump to content

Deem

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Everything posted by Deem

  1. GAAAAA... i hate norton.. it still hangs... does anyone else have any clues?????
  2. 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??????
×
×
  • Create New...