Jump to content

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


Posted

I think i will discontinue my script and test out davexp's script there is no need for two scripts that do the same thing. But thanks for all the help.

I got the rar file working. It helps if i have the correct version of winrar.

Posted

found one small error in the script,

this line

start /wait Winntmaker\Setupmanager.exe

should be

start /wait Winnt\Setupmanager.exe

greetz to the board members

Great board btw :-) :)

Posted

know because the script needs you to save the winnt.sif in the root folder if that correction there you just said was in place it would save in the winnt folder thats why its called winntmaker.

:)

Posted

here are a few errors i have found.

1) Also please ensure that you have placed your Service Pack if any in the root

of xpsetup folder and renamed it to SP1.exe or SP2.exe which ever one applys

to you.

error...

Windows cannot find 'svcpack\SP1.exe'. Make sure you typed the name correctly, and the try again. To search...

::==========Checking for Service Pack(s)==========
ECHO Looking For Service Pack(s)
IF EXIST xpsetup\SP2.exe GOTO :SP2
IF EXIST xpsetup\SP1.exe GOTO :SP1
:SP1
ECHO.
ECHO Found Service Pack 1a
ECHO Creating Service Pack 1 Slipstream Folder
MKDIR SP1
ECHO Extracting SP1a
ECHO Please Wait...
START /WAIT svcpack\SP1.exe -Q -X:SP1  corrected:  START /WAIT xpsetup\SP1.exe -Q -X:SP1
ECHO Extraction Of SP1a Completed
ECHO.
ECHO SlipStreaming Service Pack 1a
ECHO Please Wait...
start /wait  SP1\Update\Update.exe -q -S:XPCD
ECHO Service Pack 1a Successfully Slipstreamed Into XP Distribution Folder
ECHO Staring Clean Up
Please Wait...

------------------

SP1.exe is in

\Unattended_script\xpsetup\SP1.exe

comment:

it looks like i need to put sp1.exe in 2 directories. NOTE SP2 has same problem when looking at the code.

2)'Please' is not recognized as an internal or external command,

operable program or batch file.

The system cannot find the file specified.

ECHO Staring Clean Up
Please Wait...  corrected:  ECHO Please Wait...
RMDIR SP2  corrected:  RMDIR SP1

i hope this helps

Posted (edited)

Thanks for that i have fixed it and now i think it is almost done.

Newer version here.

EDIT: i have just replace the newer version with a better version which now supports the CD/DVD buring and has a better end cleen up with all sugguested fixes so far.

Edited by DaveXP
Posted

the end version is almost finshed just need to make the applications section work, run the scirpt and test it in Virtual PC and then it will be done.

:)

Please remember that these version i have done so after are only beta's and are not ready to be used as a noraml script.

Posted (edited)

Update i just added the hotfixes in to it one last thing now and its done.

Applications are the last thing to do

Edited by DaveXP
Posted

how about a quick mini guide on how to use it o great one :)

Also a small list of apps u could incorporate into ur great project for the good of the unattended xp installation community

ACROBAT READER 6

ADAWARE 6

DISKEEPER 7

KAZAA LITE

MEDIA PLAYER 9

MOVIE MAKER

MSN/WINDOWS MESSENGER

NAV 2003

NERO 6

NVIDIA/ATI DRIVERS

WINRAR 3.2

WINZIP

ZONE ALARM PRO

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