March 30, 200422 yr I ran an ISO through VMWare Workstation 4Can anyone explain the picture i have attached...Thankserror.rar
March 30, 200422 yr that's a pretty nasty error. But I would get the file from SP1 as your probally added that to the CD
March 30, 200422 yr 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
March 30, 200422 yr Author I'm formatting a 4GB partition, VMWare is confusing... I did quick NTFS? Is that okay? Will it affect my virtual install?Thanks
March 30, 200422 yr 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.ThanksGlad to hear it.
March 30, 200422 yr Author Is there any way to speed up this VWare process? Or is it an actual emulation?Thanks
March 30, 200422 yr Author OH MY GOD!Take a look at the screenshots i included Something is f***ing up my CD and i have a feeling it's that %CDROM% Variable Please HelpErrors.rar
March 30, 200422 yr Author Here's my RunOneEx...cmdow @ /HID@echo offIF 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 >NULSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\010 /VE /D "ATI Drivers" /fREG ADD %KEY%\010 /V 1 /D "%CDROM%\Applications\ATI\Driver\Setup.exe -s -f1%CDROM%\Applications\ATI\Driver\setup.iss" /fREG ADD %KEY%\020 /VE /D "ATI Control Panel" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\Applications\ATI\Control\Setup.exe -s -f1%CDROM%\Applications\ATI\Control\setup.iss" /fREG ADD %KEY%\030 /VE /D "Adobe Acrobat Reader" /fREG ADD %KEY%\030 /V 1 /D "%CDROM%\Applications\AdobeReader6\AR6.msi /QN" /fREG ADD %KEY%\040 /VE /D "Microsoft .Net Framework" /fREG ADD %KEY%\040 /V 1 /D "%CDROM%\Applications\NetFramework\netfx.msi /QN" /fREG ADD %KEY%\050 /VE /D "Nero Burning Rom" /fREG ADD %KEY%\050 /V 1 /D "REGEDIT /S %CDROM%\Registry\nero.reg" /fREG ADD %KEY%\050 /V 2 /D "%CDROM%\Applications\Nero\Nero6009.exe /no_ui /silent /noreboot" /fREG ADD %KEY%\060 /VE /D "Windows Media Player 9" /fREG ADD %KEY%\060 /V 1 /D "%CDROM%\Applications\WMP9\MPSetupXP.exe /Q:A /R:N" /fREG ADD %KEY%\070 /VE /D "Registering Video Codecs" /fREG ADD %KEY%\070 /V 1 /D "regsvr32.exe %systemroot%\system32\xvid.ax /s" /fREG ADD %KEY%\070 /V 2 /D "regsvr32.exe %systemroot%\system32\divxdec.ax /s" /fREG ADD %KEY%\070 /V 3 /D "regsvr32.exe %systemroot%\system32\ac3filter.ax /s" /fREG ADD %KEY%\080 /VE /D "mIRC" /fREG ADD %KEY%\080 /V 1 /D "%CDROM%\Batch\mirc.cmd" /fREG ADD %KEY%\080 /V 2 /D "REGEDIT /S %CDROM%\Registry\mirc.reg" /fREG ADD %KEY%\090 /VE /D "MSN Messenger" /fREG ADD %KEY%\090 /V 1 /D "%CDROM%\Applications\MSN\MsnMsgs.msi /QN" /fREG ADD %KEY%\100 /VE /D "WinRAR" /fREG ADD %KEY%\100 /V 1 /D "%CDROM%\Applications\WinRAR\wrar330.exe /s" /fREG ADD %KEY%\110 /VE /D "FlashFXP" /fREG ADD %KEY%\110 /V 1 /D "%CDROM%\Batch\flashfxp.cmd" /fREG ADD %KEY%\120 /VE /D "Hauppauge WinTV Drivers" /fREG ADD %KEY%\120 /V 1 /D "%CDROM%\Applications\WinTV\whql.exe /s" /fREG ADD %KEY%\120 /V 2 /D "taskkill.exe /F /IM whql.exe" /fREG ADD %KEY%\130 /VE /D "CDRWIN" /fREG ADD %KEY%\130 /V 1 /D "%CDROM%\Applications\CDRWIN\cdrwin.exe /s" /fREG ADD %KEY%\130 /V 2 /D "%CDROM%\Batch\cdrwin.cmd" /fREG ADD %KEY%\140 /VE /D "**** NFO Viewer" /fREG ADD %KEY%\140 /V 1 /D "%CDROM%\Applications\****\****.msi /QN" /fREG ADD %KEY%\150 /VE /D "RegShot" /fREG ADD %KEY%\150 /V 1 /D "%CDROM%\Batch\regshot.cmd" /fREG ADD %KEY%\160 /VE /D "Warez P2P Client" /fREG ADD %KEY%\160 /V 1 /D "%CDROM%\Applications\Warez\warez.exe /S" /fREG ADD %KEY%\170 /VE /D "Longhorn Transformation Pack" /fREG ADD %KEY%\170 /V 1 /D "%CDROM%\Applications\Longhorn\LTP.exe /s" /fREG ADD %KEY%\170 /V 2 /D "taskkill.exe /F /IM LTP.exe" /fREG ADD %KEY%\180 /VE /D "Applying Registry Tweaks and Settings" /fREG ADD %KEY%\180 /V 1 /D "REGEDIT /S %CDROM%\Registry\tweaks.reg" /fREG ADD %KEY%\190 /VE /D "Enabling Windows File Protection" /fREG ADD %KEY%\190 /V 1 /D "REGEDIT /S %CDROM%\Registry\wfp.reg" /fREG ADD %KEY%\200 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\200 /V 1 /D "%CDROM%\Batch\cleanup.cmd" /fEXITPlease tell me what i'm doing wrong!? Is the %CDROM% Variable code good?Thanks
March 30, 200422 yr 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.
March 30, 200422 yr 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
March 30, 200422 yr put the file on your CD, and make sure it's named correctly.You can also remove the line for C:\.
Create an account or sign in to comment