Steverino Posted September 30, 2004 Posted September 30, 2004 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 Smithcmdlines.txt[COMMANDS]"useraccounts.cmd""RunOnceEx.cmd""NAV2003.cmd"RunOnceEx.cmdcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\005 /VE /D "Adobe Reader 6" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Applications\AdobeReader6\AR6.msi /qn" /fREG ADD %KEY%\065 /VE /D "Sun Java 1.4.2" /fREG ADD %KEY%\065 /V 1 /D "%systemdrive%\Applications\SunJava\j2re-1_4_2_05-windows-i586-p.exe /s /v/qn" /fREG ADD %KEY%\065 /V 2 /D "REGEDIT /S %systemdrive%\Install\Applications\SunJava\RemoveSunJavaUpdateCheck.reg" /fREG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\regtweaks.reg" /fEXITNAV2003.cmdECHO.ECHO Installing Norton Antivirus 2003ECHO Please wait...start /wait %systemdrive%\install\Applications\NAV2003\NAV\NAV.msi /QB
RyanVM Posted September 30, 2004 Posted September 30, 2004 http://www.ryanvm.net/msfn/files/jre5.exe (9.01MB)That's a completely switchless installer for JRE 5 I made. Just run the exe and it'll install it for you.EDIT: Just so you know, it doesn't install the AutoUpdate component, so you won't need that registry tweak anymore, either.
RyanVM Posted September 30, 2004 Posted September 30, 2004 While we're at it, here's a switchless installer for Acrobat Reader 6.0.2http://www.ryanvm.net/msfn/files/acroread602.exe (15MB)
RyanVM Posted September 30, 2004 Posted September 30, 2004 Also, why are you doing a RunOnceEx to add a registry entry which imports registry entries? Why not just import them directly?
lilweirddude Posted September 30, 2004 Posted September 30, 2004 o.Othose might be helpful to me toothanks
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