|
|
![]() |
|
|
Top | #1 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134 |
Welp lately I've been on the edge of learning new things I could do with Windows Installation. Last week it was learning how to Slipstream new service packs onto Bootable CDRoms. Now it's how to work with Windows Unattended Installation. I have noticed people here doing it using Floppy Drives. My boss just showed me how to do it... My next few questions: 1) Is it possible to directly have unattended installation run straight from the CDRom, no need for a floppy disk? 2) Is it possible to specify what services are enabled / disabled through Unattended Installation? |
|
|
|
|
|
Top | #2 |
|
OSNN Veteran Addict
Joined: January 2003
Location: Fort Worth, TX
Posts: 5,261
Reputation: 3386
Power: 199 |
There was a thread on this a few weeks (months) back. One of the members had developed a self installing windows script? Try a search you should be able to find it. A file was attached with the necessary info.
|
|
|
|
|
|
Top | #3 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134 |
Already have been investigating this, apparently this does work on the XP Disk by placing the winnt.sif file in the I386 Folder when you make the CD Bootable... Now I just have to find that post regarding the services script of which you speak.
|
|
|
|
|
|
Top | #4 |
|
Computer Genius
Joined: April 2003
Posts: 485
Reputation: 50
Power: 116 |
i can help you with that
![]() first, you have to make a .reg file containing the changes that need to be made to the registry to specify how each service starts up. http://www.blackviper.com/WinXP/registry.htm next... create a folder in the root of your CD called $OEM$ and put your reg file in there. create another file called services.cmd and one more file called cmdlines.txt open up services.cmd in notepad and enter this: Code:
REGEDIT /S services.reg next, open cmdlines.txt and enter this: Code:
[COMMANDS] "services.cmd" this should make the reg file be merged with the registry during the last 10 minutes of the windows install
|
|
|
|
|
|
Top | #5 |
|
Chamone M*tha Fu*ka
Joined: May 2002
Posts: 288
Reputation: 10
Power: 124 |
For full details, 'ave a butchers 'ere ...
|
|
|
|
|
|
Top | #6 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134 |
Ok, ran into a situation. Made the CD, I have done everything I was supposed to do... copied it to a CDRW so I can always update it. I decided to use my other hard drive that was already in my system [wasn't being used] so I could test this out to see if this was working. During the Text Portion of the Setup, it was not finding some files, first one being something like cryptnet.dll or something of that sort...
What could the possibilities be that the files weren't going through? This CDRW has never been used before, not a scratch or even a piece of dust on it, brand new... but regardless it's skipping some files in the process. *sighs* |
|
|
|
|
|
Top | #7 |
|
Computer Genius
Joined: April 2003
Posts: 485
Reputation: 50
Power: 116 |
hmm, i've definately not seen that before...
maybe try recopying your original CD to the hard drive again and redoing the slipstream would help. |
|
|
|
|
|
Top | #8 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 134 |
Looks like reburing it to a CDR worked fine... Next time I'm going to try another brand of CDRW... some issues arose during the Unattended Install, so that is something I am going to bring up in another topic. =)
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unattended Office XP installation question | Glaanieboy | Windows Desktop Systems | 15 | May 27th, 2006 2:58am |
| Some troubles with unattended installation | Punkrulz | Windows Desktop Systems | 1 | March 26th, 2004 10:09pm |
| unattended installation win98 | GeorgGG | Windows Desktop Systems | 5 | October 9th, 2003 10:59am |
| looking for info on unattended installation of xp | guru | Windows Desktop Systems | 8 | November 27th, 2002 7:09am |
| Creating an unattended installation file | Lukas | Windows Desktop Systems | 2 | February 20th, 2002 12:34pm |