Jump to content

Error code 14


Recommended Posts


Actually guess what? It was a corrupt ISO file. I used the cdimage.rar from my other topic and i guess it was not a good iso, because i used the one from msfn's unattended guide and now it is running like a charm :) i will let you know how it goes once it's finished, and save any problems i run into as an image.

Thanks

Link to comment
Share on other sites

Actually guess what? It was a corrupt ISO file. I used the cdimage.rar from my other topic and i guess it was not a good iso, because i used the one from msfn's unattended guide and now it is running like a charm :) i will let you know how it goes once it's finished, and save any problems i run into as an image.

Thanks

Glad to hear it.

Link to comment
Share on other sites

Here's my RunOneEx...

cmdow @ /HID
@echo off

IF EXIST C:\WIN51IP.SP1 set CDROM=C:
IF EXIST D:\WIN51IP.SP1 set CDROM=D:
IF EXIST E:\WIN51IP.SP1 set CDROM=E:
IF EXIST F:\WIN51IP.SP1 set CDROM=F:
IF EXIST G:\WIN51IP.SP1 set CDROM=G:
IF EXIST H:\WIN51IP.SP1 set CDROM=H:
IF EXIST I:\WIN51IP.SP1 set CDROM=I:
IF EXIST J:\WIN51IP.SP1 set CDROM=J:
IF EXIST K:\WIN51IP.SP1 set CDROM=K:
IF EXIST L:\WIN51IP.SP1 set CDROM=L:
IF EXIST M:\WIN51IP.SP1 set CDROM=M:
IF EXIST N:\WIN51IP.SP1 set CDROM=N:
IF EXIST O:\WIN51IP.SP1 set CDROM=O:
IF EXIST P:\WIN51IP.SP1 set CDROM=P:
IF EXIST Q:\WIN51IP.SP1 set CDROM=Q:
IF EXIST R:\WIN51IP.SP1 set CDROM=R:
IF EXIST S:\WIN51IP.SP1 set CDROM=S:
IF EXIST T:\WIN51IP.SP1 set CDROM=T:
IF EXIST U:\WIN51IP.SP1 set CDROM=U:
IF EXIST V:\WIN51IP.SP1 set CDROM=V:
IF EXIST W:\WIN51IP.SP1 set CDROM=W:
IF EXIST X:\WIN51IP.SP1 set CDROM=X:
IF EXIST Y:\WIN51IP.SP1 set CDROM=Y:
IF EXIST Z:\WIN51IP.SP1 set CDROM=Z:

REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v RunOnceEx /f >NUL

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\010 /VE /D "ATI Drivers" /f
REG ADD %KEY%\010 /V 1 /D "%CDROM%\Applications\ATI\Driver\Setup.exe -s -f1%CDROM%\Applications\ATI\Driver\setup.iss" /f

REG ADD %KEY%\020 /VE /D "ATI Control Panel" /f
REG ADD %KEY%\020 /V 1 /D "%CDROM%\Applications\ATI\Control\Setup.exe -s -f1%CDROM%\Applications\ATI\Control\setup.iss" /f

REG ADD %KEY%\030 /VE /D "Adobe Acrobat Reader" /f
REG ADD %KEY%\030 /V 1 /D "%CDROM%\Applications\AdobeReader6\AR6.msi /QN" /f

REG ADD %KEY%\040 /VE /D "Microsoft .Net Framework" /f
REG ADD %KEY%\040 /V 1 /D "%CDROM%\Applications\NetFramework\netfx.msi /QN" /f

REG ADD %KEY%\050 /VE /D "Nero Burning Rom" /f
REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %CDROM%\Registry\nero.reg" /f
REG ADD %KEY%\050 /V 2 /D "%CDROM%\Applications\Nero\Nero6009.exe /no_ui /silent /noreboot" /f

REG ADD %KEY%\060 /VE /D "Windows Media Player 9" /f
REG ADD %KEY%\060 /V 1 /D "%CDROM%\Applications\WMP9\MPSetupXP.exe /Q:A /R:N" /f

REG ADD %KEY%\070 /VE /D "Registering Video Codecs" /f
REG ADD %KEY%\070 /V 1 /D "regsvr32.exe %systemroot%\system32\xvid.ax /s" /f
REG ADD %KEY%\070 /V 2 /D "regsvr32.exe %systemroot%\system32\divxdec.ax /s" /f
REG ADD %KEY%\070 /V 3 /D "regsvr32.exe %systemroot%\system32\ac3filter.ax /s" /f

REG ADD %KEY%\080 /VE /D "mIRC" /f
REG ADD %KEY%\080 /V 1 /D "%CDROM%\Batch\mirc.cmd" /f
REG ADD %KEY%\080 /V 2 /D "REGEDIT /S %CDROM%\Registry\mirc.reg" /f

REG ADD %KEY%\090 /VE /D "MSN Messenger" /f
REG ADD %KEY%\090 /V 1 /D "%CDROM%\Applications\MSN\MsnMsgs.msi /QN" /f

REG ADD %KEY%\100 /VE /D "WinRAR" /f
REG ADD %KEY%\100 /V 1 /D "%CDROM%\Applications\WinRAR\wrar330.exe /s" /f

REG ADD %KEY%\110 /VE /D "FlashFXP" /f
REG ADD %KEY%\110 /V 1 /D "%CDROM%\Batch\flashfxp.cmd" /f

REG ADD %KEY%\120 /VE /D "Hauppauge WinTV Drivers" /f
REG ADD %KEY%\120 /V 1 /D "%CDROM%\Applications\WinTV\whql.exe /s" /f
REG ADD %KEY%\120 /V 2 /D "taskkill.exe /F /IM whql.exe" /f

REG ADD %KEY%\130 /VE /D "CDRWIN" /f
REG ADD %KEY%\130 /V 1 /D "%CDROM%\Applications\CDRWIN\cdrwin.exe /s" /f
REG ADD %KEY%\130 /V 2 /D "%CDROM%\Batch\cdrwin.cmd" /f

REG ADD %KEY%\140 /VE /D "**** NFO Viewer" /f
REG ADD %KEY%\140 /V 1 /D "%CDROM%\Applications\****\****.msi /QN" /f

REG ADD %KEY%\150 /VE /D "RegShot" /f
REG ADD %KEY%\150 /V 1 /D "%CDROM%\Batch\regshot.cmd" /f

REG ADD %KEY%\160 /VE /D "Warez P2P Client" /f
REG ADD %KEY%\160 /V 1 /D "%CDROM%\Applications\Warez\warez.exe /S" /f

REG ADD %KEY%\170 /VE /D "Longhorn Transformation Pack" /f
REG ADD %KEY%\170 /V 1 /D "%CDROM%\Applications\Longhorn\LTP.exe /s" /f
REG ADD %KEY%\170 /V 2 /D "taskkill.exe /F /IM LTP.exe" /f

REG ADD %KEY%\180 /VE /D "Applying Registry Tweaks and Settings" /f
REG ADD %KEY%\180 /V 1 /D "REGEDIT /S %CDROM%\Registry\tweaks.reg" /f

REG ADD %KEY%\190 /VE /D "Enabling Windows File Protection" /f
REG ADD %KEY%\190 /V 1 /D "REGEDIT /S %CDROM%\Registry\wfp.reg" /f

REG ADD %KEY%\200 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\200 /V 1 /D "%CDROM%\Batch\cleanup.cmd" /f

EXIT

Please tell me what i'm doing wrong!? Is the %CDROM% Variable code good?

Thanks

Link to comment
Share on other sites

Now that i think of it :) Would it have to be in the root of C:\ according to the code? But if you look at the Readme at MSFN's Unattended Page i quote:

Create a blank txt file called CD.txt and place this in C:\XPCD. This allows the IF EXIST command to scan all the drive letters specified, then when it finds CD.txt it will set an environment variable of %CDROM% pointing to the correct drive letter.

So what's going on?!

Thanks

Link to comment
Share on other sites

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...