TheTechGuide Forum

General Category => Software => Topic started by: PHE on August 01, 2003, 12:47:53 AM

Title: Automatic installing Windows
Post by: PHE on August 01, 2003, 12:47:53 AM
Does somebody know how I can create an automatic installation (not a full unattended !) of Win 2K (XP) like as on a brand new PC ?
(like Dell / Compaq / . . )

The way Dell it does is not the same as Compaq !
Dell has 2 partitions (A Dell Diagnose partition + a normal partition)
Compaq has only one normal parttion

Who can explain my how I can create such an install ?

Thanks

Patrick
Title: Automatic installing Windows
Post by: Jazkal2 on August 01, 2003, 02:40:49 PM
I don't know the specifics of either, but I do know they are an "image". They have a base install, then they run a program called sysprep on it. Then they save the image and put it on all the new pc's. When you take it home and start it up, it runs through a mini-setup. All of this can be customized (most if not everything in mini-setup).

So I would start by looking into sysprep.
Title: Automatic installing Windows
Post by: PHE on August 04, 2003, 12:25:07 AM
Thanks for the info.

I will have a look for SYSPREP. I will GOOGLE for it.

Who knows more this subject? "Automatic installing Windows, not an unattended installation" ?
Title: Automatic installing Windows
Post by: neldog2 on August 05, 2003, 04:37:50 PM
They use the OEM Preinstall kit which allows you much more control over an unattended install that is available to normal users.
Title: Automatic installing Windows
Post by: PHE on August 06, 2003, 05:34:41 AM
Quote
They use the OEM Preinstall kit  . . . .

Where can I find it?

Where can I find more info about it?
Title: Automatic installing Windows
Post by: neldog2 on August 07, 2003, 02:50:18 PM
It is available only to OEM's of course. But you can find it around the web. And the documentation comes with it.
Title: Automatic installing Windows
Post by: Space Between on August 07, 2003, 05:57:19 PM
2 ?'s

1. How can what you want to do not be done with a unattended setup. what cant you do now in a unattended setup that makes you look for another way to do it.

2. How does ghosting not solve this problem.  I would imagine dell creates 1 image using sysprep then use's that image as a master to ghost to the actual thousands of pc's they intend on selling.  What do you want now that cant be don with ghost??

Im confused, because if you just want to install on 1 machine, then a unattended setup would work. If you want to install on several machines with the same spec's then ghosting a image would work.

I hope your not trying to create a "automatic" installation for computers of different types. That will never work because of different hardware in each machine.

Best way to do this imo, is to install the system WITHOUT PlugNplay active, then ghost that image over. Next time you ghost that image to a new machine on first boot PlugNPlay will start and ask for the required drivers then. If you install a os WITH pnp enabled, then it set's up the hardware during installation. So it would then install your gcard, scard, and all others during setup. So you could ghost that image because if you tried that same image on another machine odds are that other machine does NOT have the same gcard, scard, etc...

What your trying to do i think does not exist. Read the sysprep doc's. It aswell gives you the same suggestion's of what i typed above (although mines in a nutshell).

Sysprep isnt used for anything but installing a windows OS on multiple comuputers of the same hardware specs.
Title: Automatic installing Windows
Post by: Guest on October 05, 2003, 03:07:16 PM
Here is what you are looking for -> http://www.msfn.org/unattended/ (http://\"http://www.msfn.org/unattended/\")
Title: Automatic installing Windows
Post by: Guest on October 05, 2003, 07:19:01 PM
Quote
Here is what you are looking for -> http://www.msfn.org/unattended/ (http://\"http://www.msfn.org/unattended/\")

Very good!! /biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
Until now the best one that I have found /tongue.gif\' class=\'bbc_emoticon\' alt=\':P\' />
Thanks!
Title: Automatic installing Windows
Post by: UnattendMode=ProvideDefault on May 31, 2004, 09:01:49 AM
UnattendMode=ProvideDefault  ;(with this one you can change some options)

UnattendMode=FullUnattended  ;(no changes posible)

UnattendMode=DefaultHide

UnattendMode=ReadOnly

UnattendMode=GuiAttended


part of your WINNT.SIF file :

[Unattended]
UnattendMode=ProvideDefault
OemPreinstall=Yes
OemSkipEula=Yes
Repartition=No
UnattendSwitch="no"
WaitForReboot="No"
TargetPath = *
DriverSigningPolicy=Ignore
OemPnPDriversPath="DRIVERS\INTELINF;drivers\3Com;drivers\BroadCom_Ethernet;drivers\Promise FastTrack 376\winxp;drivers\VIA_6410_raid\Driver\winxp;drivers\SoundMAX


good luck