Jump to content

Would anyone like a script that....


Would anyone like to see a script which slipstreamed SP1, created the winnt.sif and created all need files for a unatteneded CD.  

71 members have voted

  1. 1. Would anyone like to see a script which slipstreamed SP1, created the winnt.sif and created all need files for a unatteneded CD.

    • Yes
      51
    • No
      4


Recommended Posts


Sleep me know.... :)

Yer i am making progress but something is wrong i think its something to do with MSI3.0 beta which i am in it wont let me load the winnt.sif maker?

Edited by DaveXP
Link to comment
Share on other sites

would be easier of course. But first and before i can test it i need to reinstall my machine. This morn,ig it din't booted anymore. I installed the rollup from MS$ and from that on it wend wrong. Guess the ntoskrn is corrupted. 'can't find os..blabla...

Try to log on with PE from bart and replace the ntoskn??? with the old one if i find it. Keep you informed...if i succeed :-)

btw someone hade problems like this after the sec rollup?

Link to comment
Share on other sites

Hi DaveXP, back online again.

Just setting things up and running for testing.

As i said earlier it would be nice if you include the security rollup.

I would also add some options to skip various blocs of the script.

Like for example 'skip extraction of xp to disk' if it’s already there or skip deleting at the end. I saw in a earlier post that there is a combined version og wmp9 and mm2. Why not include this?

Still think your script is a great timesaver.

Did you finally managed to run winntsif maker without errors?

W

Link to comment
Share on other sites

This is my Final Beta Version so i need all problems to come to light.

in this version you MUST have the following stuff for it to work

>Windows XP Roll Up One

>Windows XP SP1 or SP2

These programs are supported (i will add more later)

>DirectX 9b

>Dot NET Framework v1.1

>MSN Messenger 6

>Windows Media Player 9

>Registry Tweaks

the rest is shown on screen when running the script.

Unattended_Script.rar

Link to comment
Share on other sites

DaveXP,

The read me was missing from this build, but i guess you are still working on it.

Where is de script that adds lines to dosnet.inf? I mean

[OptionalSrcDirs]

Update

[ForceCopyDriverCabFiles

accwiz.exe

crypt32.dll

cryptsvc.dll

…ect

I miss the SVCPACK.INF in the SIF folder

So far so good, I am just reading your script because I am called for an urgent matter @ my employee’s business so I am not able right now to try the script with the real files.

Later this evening I will and you can expect to have more reviews.

See Ya

W

Link to comment
Share on other sites

the readme will be on here when i do the final version and the reason why stuff is missing is something to do with WinRAR dont do its job.

Here is a new version as i found that some stuff is not write with the SR1 bit.

Please do save as target for this one to download

Edited by DaveXP
Link to comment
Share on other sites

DaveXP

some tests untill now showed this errors:

Winnt.sif maker still does not run on XP

start /wait SR1.exe -Q -X:SR1 should be

start /wait xpsetup\SR1.exe -Q -X:SR1

the line

:CONTINUE

TITLE Slipstreaming SR1

ECHO Please Place the Update Rollup 1 (KB826939) in the root of the xpsetup folder

ECHO before continuing with this script and rename it to SR1.exe.

PAUSE

ECHO Extracting SR1 Update

start /wait SR1.exe -Q -X:SR1

ECHO Extraction Of SR1 Completed

ECHO SlipStreaming SR1 KB826939

should be like

:CONTINUE

TITLE Slipstreaming SR1

ECHO Please Place the Update Rollup 1 (KB826939) in the root of the xpsetup folder

ECHO before continuing with this script and rename it to SR1.exe.

PAUSE

ECHO Extracting SR1 Update

start /wait xpsetup\SR1.exe -Q -X:SR1

ECHO Extraction Of SR1 Completed

ECHO.

ECHO SlipStreaming SR1 Update

ECHO Please Wait...

start /wait SR1\common\Update.exe -q -S:XPCD

ECHO SR1 Update Successfully Slipstreamed Into XP Distribution Folder

ECHO SlipStreaming SR1 KB826939

The lines

XCOPY "ExtraFiles\DOSNET.INF" "XPCD\i386\" /H /S /Q /Y /E

XCOPY "ExtraFiles\SVCPACK.INF" "XPCD\i386\" /H /S /Q /Y /E

Should be

XCOPY "ExtraFiles \sif\DOSNET.INF" "XPCD\i386\" /H /S /Q /Y /E

XCOPY "ExtraFiles \sif\SVCPACK.INF" "XPCD\i386\" /H /S /Q /Y /E

I think that after line

XCOPY "SR1\common\*.exe" "XPCD\i386\Update" /H /S /Q /Y /E

You should add

XCOPY "ExtraFiles \sif\DOSNET.INF" "XPCD\i386\" /H /S /Q /Y /E

XCOPY "ExtraFiles \sif\SVCPACK.INF" "XPCD\i386\" /H /S /Q /Y /E

And

RMDIR SR1

Should read

RMDIR /S /Q SRI

And you could add

RMDIR /S /Q SPI to don’t need them neither

Add the end just befor burning

if %CDROM%==A GOTO :CD_ERR

us must add the line

ECHO YOUR CD-ROM DRIVE IS %CDROM%

i am burning now so i can see if the image is ok or not

greetz

W

Link to comment
Share on other sites

SR1 does not support Slipstreaming like SP1 or SP2 so it should be like this.

:CONTINUE
TITLE Slipstreaming SR1
ECHO Please Place the Update Rollup 1 (KB826939) in the root of the xpsetup folder
ECHO before continuing with this script and rename it to SR1.exe.
PAUSE
ECHO Extracting SR1 Update
start /wait xpsetup\SR1.exe -Q -X:SR1
ECHO Extraction Of SR1 Completed
ECHO SlipStreaming SR1 KB826939
ECHO Please Wait...
DEL XPCD\i386\accwiz.ex_
DEL XPCD\i386\crypt32.dl_
DEL XPCD\i386\cryptsvc.dl_
DEL XPCD\i386\hh.ex_
DEL XPCD\i386\hhctrl.oc_
DEL XPCD\i386\hhsetup.dl_
DEL XPCD\i386\html32.cn_
DEL XPCD\i386\itircl.dl_
DEL XPCD\i386\itss.dl_
DEL XPCD\i386\locator.ex_
DEL XPCD\i386\magnify.ex_
DEL XPCD\i386\migwiz.ex_
DEL XPCD\i386\mrxsmb.sy_
DEL XPCD\i386\msconv97.dl_
DEL XPCD\i386\narrator.ex_
DEL XPCD\i386\newdev.dl_
DEL XPCD\i386\ntdll.dll
DEL XPCD\i386\ntkrnlmp.ex_
DEL XPCD\i386\ntoskrnl.ex_
DEL XPCD\i386\ole32.dl_
DEL XPCD\i386\osk.ex_
DEL XPCD\i386\pchshell.dl_
DEL XPCD\i386\raspptp.sy_
DEL XPCD\i386\rpcrt4.dl_
DEL XPCD\i386\rpcss.dl_
DEL XPCD\i386\shdocvw.dl_
DEL XPCD\i386\shell32.dl_
DEL XPCD\i386\shmedia.dl_
DEL XPCD\i386\srrstr.dl_
DEL XPCD\i386\srv.sy_
DEL XPCD\i386\sysmain.sd_
DEL XPCD\i386\urlmon.dl_
DEL XPCD\i386\user32.dl_
DEL XPCD\i386\win32k.sy_
DEL XPCD\i386\winsrv.dl_
DEL XPCD\i386\zipfldr.dl_
DEL XPCD\i386\SVCPACK.IN_
XCOPY "SR1\SP2\" "XPCD\i386\" /H /S /Q /Y /E
XCOPY "sif\DOSNET.INF" "XPCD\i386\" /H /S /Q /Y /E
XCOPY "sif\SVCPACK.INF" "XPCD\i386\" /H /S /Q /Y /E
RMDIR /S /Q SR1
ECHO Complete....
GOTO CONTINUE
ECHO.

All files are in the right place and you have an old version because it has Extra Files folder.

you are right about the RMDIR /S /Q SR1 that has been fixed.(Thanks for pointing that out)

The extra line has been added to the script.

Thanks for the error report and the winnt sif make has been fixed.

i will relase another version later today with final fixes before i realse the final version tonight

Link to comment
Share on other sites

Here is the script with all new fixes final test.

Removed

and also here is a script just for slipstreaming SP1\SP2 and the Roll Up + Does hotfixes for the [GuiRunOnce] section.

Removed

Please do Right Click>Save As Target.

Edited by DaveXP
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...