Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Windows 2002 or 2003 Sysprep

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,2384
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Windows 2002 or 2003 Sysprep
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1] 2   next >   >>
Login
Message << Older Topic   Newer Topic >>
 Windows 2002 or 2003 Sysprep - 3/17/2005 8:50:01 AM   
  Moongate

 

Posts: 16
Score: 0
Joined: 3/10/2005
From:
Status: offline
Hello everyone,

We currently install Operating System Microsoft Windows 2002 and 2003 manually and then QC the server to change or update our Event logs, in Services would be such as license logging, World Web Publishing services, SNMP, install SP4 etc. Any idea how we can automate such items so that it will speed the installation. I would greatly appreciate if anyone has automate installing OS on there new server and willing to help me out or any direction to start my own. Thanks.
 
 
Post #: 1
 
 Re: Windows 2002 or 2003 Sysprep - 3/17/2005 12:00:52 PM   
  token

 

Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
We use ghost with sysprep in our AD environment. I'm afraid there are too much information to "type" here. I suggest you start reading the Windows 2000 documentation related to sysprep. It should get you started.

(in reply to Moongate)
 
 
Post #: 2
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 12:19:35 AM   
  mbouchard


Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
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.

(in reply to Moongate)
 
 
Post #: 3
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 12:44:48 AM   
  esnmb

 

Posts: 448
Score: 0
Joined: 1/11/2005
From: USA
Status: offline
Windows 2002?

(in reply to Moongate)
 
 
Post #: 4
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 3:11:13 AM   
  token

 

Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
heh.. I was wondering if someone would ask that =)

(in reply to Moongate)
 
 
Post #: 5
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 6:14:15 AM   
  Moongate

 

Posts: 16
Score: 0
Joined: 3/10/2005
From:
Status: offline
Thank you all. I will do further research on this area.

(in reply to Moongate)
 
 
Post #: 6
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 6:23:50 AM   
  Moongate

 

Posts: 16
Score: 0
Joined: 3/10/2005
From:
Status: offline
mbouchard, This site http://www.msfn.org/board/index.php. a free register. Thanks!

(in reply to Moongate)
 
 
Post #: 7
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 7:36:27 AM   
  token

 

Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
No problem =)

(in reply to Moongate)
 
 
Post #: 8
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 7:39:28 AM   
  esnmb

 

Posts: 448
Score: 0
Joined: 1/11/2005
From: USA
Status: offline
Go to a new forum? NEVER!! :)

(in reply to Moongate)
 
 
Post #: 9
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 7:56:51 AM   
  token

 

Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
heh, did you click that link ? What is msfn anyway...

(in reply to Moongate)
 
 
Post #: 10
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 8:02:40 AM   
  esnmb

 

Posts: 448
Score: 0
Joined: 1/11/2005
From: USA
Status: offline
I did. It has a bunch of topics, but the VBScripting is mixed in with C++, VB, etc.

(in reply to Moongate)
 
 
Post #: 11
 
 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

(in reply to Moongate)
 
 
Post #: 12
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 8:43:51 AM   
  token

 

Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
What a piece of crappy and shxtty download procedures. ZIP file ? Stupid, period =)

(in reply to Moongate)
 
 
Post #: 13
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 8:49:46 AM   
  esnmb

 

Posts: 448
Score: 0
Joined: 1/11/2005
From: USA
Status: offline
Wow token, I guess you don't like it?

(in reply to Moongate)
 
 
Post #: 14
 
 Re: Windows 2002 or 2003 Sysprep - 3/18/2005 9:16:11 AM   
  token

 

Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
I don't know yet, but I certainly don't like the crap that I need to go through just to get a demo version of the software =)

(in reply to Moongate)
 
 
Post #: 15
 
 Re: Windows 2002 or 2003 Sysprep - 3/20/2005 12:42:18 PM   
  Moongate

 

Posts: 16
Score: 0
Joined: 3/10/2005
From:
Status: offline
I don't think my company will pay for XPcreate prodcut. Thanks Kirrillian for the link.

(in reply to Moongate)
 
 
Post #: 16
 
 Re: Windows 2002 or 2003 Sysprep - 3/20/2005 6:09:39 PM   
  token

 

Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
Does our environment utilize Ghost ? If so, you can certainly (or continue) to utilize it with sysprep which comes free with the OS. You can even depend on the OS entirely with sysprep or RIS service depends on the level of control wanted and the amount of time you are willing to spend on the designing process of the automated client installation process. I know a lot of financial institutions spent awful amount of time in designing, testing, and managing client installation because they want to minimize the system rebuild time should they need to rebuild a machine.

(in reply to Moongate)
 
 
Post #: 17
 
 Re: Windows 2002 or 2003 Sysprep - 3/21/2005 1:36:00 AM   
  mbouchard


Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
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.

(in reply to Moongate)
 
 
Post #: 18
 
 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.

(in reply to Moongate)
 
 
Post #: 19
 
 Re: Windows 2002 or 2003 Sysprep - 3/21/2005 4:33:25 AM   
  tnoonan

 

Posts: 364
Score: 0
Joined: 12/14/2004
From:
Status: offline
I also use hfnetchkpro Love it.

(in reply to Moongate)
 
 
Post #: 20
 
 
Page:   [1] 2   next >   >>
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Windows 2002 or 2003 Sysprep Page: [1] 2   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts