Well this is my first time doing this.
I created the \$OEM$ folder and added cmdlines.cmd and regtweaks.reg in that folder. Within $OEM$ is $1 and within $1 is install which has apply_reg_tweaks.cmd and RegTweaks.reg. Also under install is my NetFramework folder with .net 1.1.
WINNT.sif has:
[GuiRunOnce]
%systemdrive%\install\apply_reg_tweaks.cmd
Here is my cmdlines.cmd:
[COMMANDS]
"REGEDIT /S regtweaks.reg"
Here is my apply_reg_tweaks.cmd:
@echo off
TITLE Applying Tweaks And Appz
ECHO.
ECHO Applying Registry Tweaks
REGEDIT /S %systemdrive%\install\RegTweaks.reg
ECHO.
ECHO Installing .NET FrameWork 1.1
ECHO.
ECHO Please Wait
start /wait %systemdrive%\install\NetFramework\netfx.msi /qb
ECHO.
ECHO Done Applying Tweaks And Appz
ECHO.
PAUSE
EXIT
Well after windows is installed and login for the first time I get this error:

I look in c: which is were windows is installed. Only partion and hard drive mind you. And there is no install folder at all. So not copying.
So whats the problem? Any help would be great.
Thanks a lot,
Will



Help

Back to top








