Jump to content

Steverino

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Steverino

Steverino's Achievements

0

Reputation

  1. I am having problems creating an unattended XP CD that will add a user account and install Norton Antivirus 2003, Acrobat Reader 6, SunJava, and some registry tweaks. My CD installs XP SP2 just fine, but the new installation stops at the Administrator login prompt where it needs the password to continue. There is no additional user account. I carefully followed the instructions here: http://unattended.msfn.org/xp/autologon.htm. The third party applications do not get installed. I'm trying to use RunOnce and I followed the instructions at http://unattended.msfn.org/xp/runonceex.htm. I could not find the right RunOnce syntax for Norton Antivirus, so I tried to install it with a batch file called from the cmdlines.txt. I know I must be missing something simple, but I can't see what it is. I've posted my files below. Any help would be greatly appreciated. Thanks, Steve Smith cmdlines.txt [COMMANDS] "useraccounts.cmd" "RunOnceEx.cmd" "NAV2003.cmd" RunOnceEx.cmd cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Applications\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\065 /VE /D "Sun Java 1.4.2" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Applications\SunJava\j2re-1_4_2_05-windows-i586-p.exe /s /v/qn" /f REG ADD %KEY%\065 /V 2 /D "REGEDIT /S %systemdrive%\Install\Applications\SunJava\RemoveSunJavaUpdateCheck.reg" /f REG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\regtweaks.reg" /f EXIT NAV2003.cmd ECHO. ECHO Installing Norton Antivirus 2003 ECHO Please wait... start /wait %systemdrive%\install\Applications\NAV2003\NAV\NAV.msi /QB
×
×
  • Create New...