Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Error code 14

Featured Replies

  • Author

i recopied the file from the original XP CD and still getting the error?

that's a pretty nasty error. But I would get the file from SP1 as your probally added that to the CD

  • Author

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

  • Author

I'm formatting a 4GB partition, VMWare is confusing... :)

I did quick NTFS? Is that okay? Will it affect my virtual install?

Thanks

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.

  • Author

Is there any way to speed up this VWare process? Or is it an actual emulation?

Thanks

it's an actual emulation.

It's a PC inside a PC. Has to do all the normal stuff.

  • Author

OH MY GOD!

Take a look at the screenshots i included :rolleyes: Something is f***ing up my CD and i have a feeling it's that %CDROM% Variable :)

Please Help

Errors.rar

  • Author

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

if I had to take a guess, just because I copied that code into a batch file, and then ran it....

it's because you don't ahve WIN51IP.SP1 where it's supposed to be.

  • Author

Well where's it looking? Right now i have it in the root dir of the CD...

  • Author

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

put the file on your CD, and make sure it's named correctly.

You can also remove the line for C:\.

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.