Login | |
|
 |
Re: Windows 2002 or 2003 Sysprep - 3/18/2005 12:19:35 AM
|
|
 |
|
| |
mbouchard
Posts: 1854
Score: 14
Joined: 5/15/2003
From: USA
Status: online
|
As token says, there is a lot of info on this, way too much to type. Check out http://www.msfn.org/board/index.php as they have a forum that is geared to unattended setups. Here is something that should get you started. In your unattend.txt file include in the runonce section a call to a script that will be on the HD after the setup is done. In this script have it map a drive to the network and call a script on your network that would then do all that you want done. Where I work we have a process that runs from WinPE, I partition the HD using diskpart, copy i386 folder, patches, and drivers folders local, write a couple files (Scripts and unattend.txt) then launch setup. Once setup is complete, the script in runonce is called which installs patches, reboots, installs chipset, then launches a script from our network that installs all standard apps. It takes a while to set this up, but once you do it is easy to maintain.
|
|
| |
|
|
|
 |
Re: Windows 2002 or 2003 Sysprep - 3/18/2005 8:35:05 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
i use xpcreate from that same website to do win2k and win2k3 slipstreams/unattended installs the guys here love my cds since it saves them about 3 hours on an install since i have it setup to auto-install our standard set of apps on first boot as well. http://xpcreate.com/index.htm
|
|
| |
|
|
|
 |
Re: Windows 2002 or 2003 Sysprep - 3/21/2005 1:36:00 AM
|
|
 |
|
| |
mbouchard
Posts: 1854
Score: 14
Joined: 5/15/2003
From: USA
Status: online
|
I don't use MSFN as a scripting resource but it is an excellent resource on info in setting up unattended installs and silent app installs. There is a little bit of talk about scripting, mostly in the PE forum, but there is some good info there.
|
|
| |
|
|
|
 |
Re: Windows 2002 or 2003 Sysprep - 3/21/2005 4:11:47 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
quote: Originally posted by token What a piece of crappy and shxtty download procedures. ZIP file ? Stupid, period =)
yea that site has gone thru a bunch of changes lately. im using a version from before when it was free. he is basically using a bunch of freeware utilites to slipstream the cds and a batch script to tie them all together. i considered writing a vbscript that does the same thing, but already have too many projects going on as it is. if anyone wants a copy of the free one i have youre welcome to it. it is freely distributable but youre not supposed to modify his code. i think its a handy lil utility, i can start it before i leave from work and ill have a new shiny iso waiting on me in the morning. :) the only bad thing is you have to put in the service packs and hotfixes yourself, but we use that shavik program hfnetpro so it already gets them, i just copy them over for my slipstream cds.
|
|
| |
|
|
|
|
|