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

Hey Guys i am bored so i thought i might create a script that copied your windows xp disk to your HDD,then slipstream SP1 or SP2 to your XPCD and add all your files and did all setup information for you and all you need to do is edit the winnt.sif when its done to add your cd-key etc... and put all needed files in a folder called xpsetup (e.g. DirectX9b, WMP9, MM2 etc...)

to save time for you people. :)


Posted

go for it dave.. i know some friends who would be mighty chuffed ..havent tried devils yet.. but always handy to have ..less editing to do the better :rolleyes::)

Posted

Wow finally someone has answered my prayers, i love it when someone else does the work cant wait 4 u to finish, BTW what apps will u be doing?

Does Anyone know a 'working' link to a list of all the fixes in order after winXP SP1a

Also can someone help me with the Intel App Accel and Intel Chipset Drivers in and unattended install along with the Nvidia drivers

Thanks

Posted

i got some of it working but one thing i am not sure on is how to tell it to copy from the CDROM drive as many people have different drive letters? :)

Posted

the best thing would be if we could install it from teh hdd with all the apps also on teh hdd and of course be able to choose the partition :)

Posted

you mean create a folder somethere (anydrive) place the script in that folder then copy your xpcd to the folder called xpsetup and then in the same folder crate folders called DirectX9b MSN6 etc and then it would make the unattended CD and also make it bootable and ready to burn cd

Posted

@dave xp

SET CDROM=

IF EXIST D:\win51p* SET CDROM=D:

IF EXIST E:\win51p* SET CDROM=E:

IF EXIST F:\win51p* SET CDROM=F:

IF EXIST G:\win51p* SET CDROM=G:

IF EXIST H:\win51p* SET CDROM=H:

IF EXIST I:\win51p* SET CDROM=I:

IF EXIST J:\win51p* SET CDROM=J:

IF EXIST K:\win51p* SET CDROM=K:

etc... etc....

P.S I hope your not pinching my idea...lol... :newbie: :ow:

Posted
@dave xp

SET CDROM=

IF EXIST D:\win51p* SET CDROM=D:

IF EXIST E:\win51p* SET CDROM=E:

IF EXIST F:\win51p* SET CDROM=F:

IF EXIST G:\win51p* SET CDROM=G:

IF EXIST H:\win51p* SET CDROM=H:

IF EXIST I:\win51p* SET CDROM=I:

IF EXIST J:\win51p* SET CDROM=J:

IF EXIST K:\win51p* SET CDROM=K:

etc... etc....

P.S I hope your not pinching my idea...lol...  :newbie:  :ow:

that what i thought fisrt time but i get "cannt perform cyclo" copy or something like that.?

:)

Posted

I dont really want to make a cd out of it, i just want it to install from my hdd and also the intel app accel, and intel chipset installation

Posted

@DAVEXP

Here you go this works i have tried it

CLS
@ECHO OFF
:START
ECHO ESTABLISHING CD-ROM DRIVE

SET CDROM=A
IF EXIST D:\I386\WINNT.exe SET CDROM=D:
IF EXIST E:\I386\WINNT.exe SET CDROM=E:
IF EXIST F:\I386\WINNT.exe SET CDROM=F:
IF EXIST G:\I386\WINNT.exe SET CDROM=G:
IF EXIST H:\I386\WINNT.exe SET CDROM=H:
IF EXIST I:\I386\WINNT.exe SET CDROM=I:
IF EXIST J:\I386\WINNT.exe SET CDROM=J:
IF EXIST K:\I386\WINNT.exe SET CDROM=K:

if %CDROM%==A GOTO :CD_ERR
ECHO YOUR CD-ROM DRIVE IS %CDROM%
XCOPY %CDROM% D:\tmp /Q /E /H

ECHO PERFORMING THE REST OF THE SCRIPT

:END
:: <---TAKE THE PAUSE OUT ONCE YOU HAVE ESTABLISHED THE CODE WORKS
PAUSE
EXIT

:CD_ERR
ECHO NO_CDROM
GOTO :END

hope this helps dave

and remember send me the code/script before you post it on here, cheers mate

Lee

Posted

Thanks that just want i needed and now to the hotfixes :rolleyes:

P.S. i will send you a copy when the hotfixes are done so you can see there its going. :)

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