Go Back   Science Forums > Help and Advice > Tutorials and How To's
Reply
 
LinkBack Thread Tools
Old 09-22-2008   #1 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
DIY SP3 Install CD

So i had a need for an SP3 cd, and why pay microsoft for a license, just to get the media, if i have legit licenses? So i went on the quest of creating my own SP3 install CD with what i had, and what i had was this:

Now i was all set, and ready to make this happen

> First lets create a working directory, i used my secondary partition D, so i will reference to everything in it's terms

i created the folder D:\XPSP3CD

> Next copy the contents of the XP (stock, sp1 or sp2) cd into a new directory under the working XPSP3CD directory. So i created D:\SPCP3CD\XPCD directory and copied all of the folders and files from the installation CD into it.

Wonderous what's next...

Finished downloading the serice pack. Renamed the downloaded file to SP3.exe and threw that into the D:\XPSP3CD folder

Now let's patch the installation cd files

> First go to start > run and type in "cmd" press enter, and you are in command prompt

> Navigate to the working directory, in my case D:\XPSP3CD
in my case by running:
d:\
cd XPSP3CD

> now lets run the patcher

SP3.exe /integrate:D:\XPSP3CD\XPCD

> then wait for a while, and it will, eventually, say "Successfully finished"

Next to make this into a bootable image, we need that boot sector image.

if you downloaded it here, then extract the ine bin file, and throw it into your working directory.

if you downloaded the image from that boot sector site, then extract the contents. Go into Files and copy the w2ksect.bin to the working directory.

fun part (assuming you have already installed ImgBurn)

>Open up notepad and paste in the following:
Code:
Identifier_Application=
Dates_FolderFileType=0
Restrictions_ISO9660_InterchangeLevel=2
Restrictions_ISO9660_CharacterSet=1
Restrictions_ISO9660_AllowMoreThan8DirectoryLevels=1
Restrictions_ISO9660_AllowMoreThan255CharactersInPath=1
Restrictions_ISO9660_AllowFilesWithoutExtensions=1
Restrictions_ISO9660_DontAddVersionNumberToFiles=1
Restrictions_Joliet_InterchangeLevel=1
Restrictions_Joliet_AllowFilesWithoutExtensions=1
Restrictions_Joliet_AddVersionNumberToFiles=0
Restrictions_UDF_DisableUnicodeSupport=0
Restrictions_UDF_DVDVideoAllowUnicodeVolumeLabel=0
BootableDisc_MakeImageBootable=1
BootableDisc_MediaEmulationType=0
BootableDisc_BootImageFile=
BootableDisc_DeveloperIdentifier=
BootableDisc_LoadSegment=07C0
BootableDisc_LoadSectorCount=4
[END_BACKUP_OPTIONS]

[START_BACKUP_LIST]

[END_BACKUP_LIST]
Excellent, this is your base template. point the BootableDisc_BootImageFile= part to where the boot image is located

in my case it said:
BootableDisc_BootImageFile=D:\XPSP3CD\w2ksect.bin

in the backup list section (i.e. [START_BACKUP_LIST][END_BACKUP_LIST]) put in the location of the rest of the files on the CD ( in our case, the now patched XPCD folder)

mine read:
[START_BACKUP_LIST]
D:\XPSP3CD\XPCD
[END_BACKUP_LIST]

Now we are ready

> Save this as an ipp file in the working directory.

> Throw in an empty CD into your burning drive

> Open up ImgBurn

> Select "Create Image from Files/Folders" (Build)

> Go to File > Load Project

> Navigate to the working directory and load the ipp file you just saved

make sure all the settings are pointing to right places and run the Calculate image size (to make sure it all points in right places)

> then hit build, and let your own SP3 install cd build, then record on cd, verify, and voila.

enjoy
Attached Files
File Type: zip w2ksect.zip (1.1 KB, 38 views)


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.


Last edited by Tormod; 09-24-2008 at 05:43 PM..
Reply With Quote
Old 09-22-2008   #2 (permalink)
Tormod's Avatar
Hypographer

Administrator
Senior Editor
Editor
Dev Team Member

Location:
Oslo, Norway
 
Tormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond repute
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

This ought to be moved to the tutorial section! Or maybe we need a separate Tuts section for CS?


----------------
Your Friendly Neighborhood Administrator

Want to lose the advertisements? Become a Sponsor!

Join our Facebook group or follow us on Twitter

Science is not only compatible with spirituality; it is a profound source of spirituality.
- Carl Sagan
Reply With Quote
Old 09-22-2008   #3 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

Up to you... i just post tutorials every now and again


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 09-24-2008   #4 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

i am stickying this though, i already needed it myself.....


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 09-24-2008   #5 (permalink)
Tormod's Avatar
Hypographer

Administrator
Senior Editor
Editor
Dev Team Member

Location:
Oslo, Norway
 
Tormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond repute
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

Okay - let's try a Computers and Programming Tutorials section, then!


----------------
Your Friendly Neighborhood Administrator

Want to lose the advertisements? Become a Sponsor!

Join our Facebook group or follow us on Twitter

Science is not only compatible with spirituality; it is a profound source of spirituality.
- Carl Sagan
Reply With Quote
Old 09-24-2008   #6 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

also this works if you have a bad cd with a corrupted i386, and a backup i386 directory from an oem install... just an FYI, in case all the XP install cds you have are volume, and you need an OEM one...


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 09-24-2008   #7 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

Totally, i write tutorials every now and again... make it a subsection of comp-sci or something?


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 09-24-2008   #8 (permalink)
GAHD's Avatar
Creating

Administrator

Location:
Winterpeg, Manitoba
 
GAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant future
Send a message via ICQ to GAHD Send a message via AIM to GAHD Send a message via MSN to GAHD Send a message via Yahoo to GAHD
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

Try n-lite it's truly a beautiful program for creating unattended install cds with:
*The drivers YOU want to be available and installed
*The features YOU want installed - LEAVE THE REST OUT!
*Automatic accouts, startup routines,
*much more

all from a simple wizard-like interface.

I'll have to try the proggie Alex mentions next time I need to change up my OS.


----------------
Sometimes a Hypography Forum Administrator



"With a big enough engine, even a brick will fly." -Law of Aerospace
Reply With Quote
Old 09-24-2008   #9 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

n-lite you say, i will give that a go for sure

Haven't seen you around in ages, Gahd, how goes it, how have you been?


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 09-25-2008   #10 (permalink)
GAHD's Avatar
Creating

Administrator

Location:
Winterpeg, Manitoba
 
GAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant futureGAHD has a brilliant future
Send a message via ICQ to GAHD Send a message via AIM to GAHD Send a message via MSN to GAHD Send a message via Yahoo to GAHD
 



Not Ranked  0 score     
Re: DIY SP3 Install CD

n-lite saved my bacon when I put my new HDs in my lappy...windows does not natively support my matrox RAID, and i don't have a floppy on this laptop, so I HAD to make a new disk that had my drivers incorporated into the setup...I was learning to rewrite the the setup scripting so I could manually add the drivers and had coastered a half dozen disks when buddy showed me the easy way.

It worked so well I embedded ALL of my drivers, cut out about a half dozen services from startup, and all in all now have a cd i can just pop in, hit enter, and walk away from to reinstall my computer if the need be. of course I ran through a few more coasters in the process of getting it but that's my fault for wanting to keep tweaking the install.


----------------
Sometimes a Hypography Forum Administrator



"With a big enough engine, even a brick will fly." -Law of Aerospace
Reply With Quote
Reply

Bookmarks

Tags
build, cd, diy, imgburn, sp3, windows, xp


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
What form of government would you install? Kayra Political sciences 7 01-15-2007 02:57 PM

» Advertisement
» Current Poll
Who's the sexiest man alive? Johnny Depp or Robert Pattinson?
Johnny Depp - 30.00%
3 Votes
Robert Pattinson - 0%
0 Votes
Someone else (please specify) - 40.00%
4 Votes
I'm too macho to think a guy is sexy - 30.00%
3 Votes
Total Votes: 10
You may not vote on this poll.


All times are GMT -8. The time now is 03:52 AM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
Copyright © 2000-2009 Hypography
Part of the Hypography - Science for Everyone Network