MSFN Forum: Full unatendded win xp installation - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Full unatendded win xp installation Rate Topic: -----

#1 User is offline   Tsotsi 

  • Group: Members
  • Posts: 4
  • Joined: 23-February 11
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 23 February 2011 - 08:33 AM

Hy, here is my problem :

I have 10 workstations and i want to make unattend instalation of windows xp using Windows Deployment Services on a Windows Server 2008 R2.
Everything it's working but i want to know if there is a way for every workstation to have a different unnatend file with the same Image in WDS.
For example...computer name's must be different for every workstation, if i use the same unnatend file i can't manage this ( i suppose ).

I want something like this : WDS to recognize the workstation which access the image ( by MAC address or something else) and assign it the computer name accordingly. This is just an example, i hope i maked myself clearly enough.

Thank you.


#2 User is offline   5eraph 

  • Update Packrat
  • Group: Supreme Sponsor
  • Posts: 816
  • Joined: 04-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 23 February 2011 - 08:53 AM

Have you considered the following solution which yields a unique computer name for each install?

WinNT.sif / unattend.txt
[UserData]
ComputerName=*


#3 User is offline   Tsotsi 

  • Group: Members
  • Posts: 4
  • Joined: 23-February 11
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 23 February 2011 - 08:58 AM

As i know in WDS, for each Image i can assign an unattend file. In that file i can configure ComputerName.
I could change that file everytime i need to install a computer, but if i want to install 2-3 or more computers in the same time? let's just suppose that on a night there is a power failure and in the morning a need to install as soon as possible all workstations. I don't want to wait until first one is installed, modify the unattended file and start the second installation.

View Post5eraph, on 23 February 2011 - 08:53 AM, said:

Have you considered the following solution which yields a unique computer name for each install?

WinNT.sif / unattend.txt
[UserData]
ComputerName=*


This post has been edited by Tsotsi: 23 February 2011 - 09:00 AM


#4 User is offline   5eraph 

  • Update Packrat
  • Group: Supreme Sponsor
  • Posts: 816
  • Joined: 04-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 23 February 2011 - 09:05 AM

Do not replace the asterisk (*). It specifies that Windows should generate a random computer name based on the FullName field. Suppose we use the following:

    FullName="User"

The computer name becomes "USER-????????", where the question marks are a random eight-digit hexadecimal number, such as "7890abcd".

#5 User is offline   Tsotsi 

  • Group: Members
  • Posts: 4
  • Joined: 23-February 11
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 23 February 2011 - 09:14 AM

I could do that but this will not mean a full unattend because after installation i should rename the computer. I have a "computer name policy" and i'm not allowed to use other names.
So, i want that computer name to be set automatically during the deployment, not after.

View Post5eraph, on 23 February 2011 - 09:05 AM, said:

Do not replace the asterisk (*). It specifies that Windows should generate a random computer name based on the FullName field. Suppose we use the following:

    Fullname="User"

The computer name becomes "USER-????????", where the question marks are a random eight-digit hexadecimal number, such as "7890abcd".

This post has been edited by Tsotsi: 23 February 2011 - 09:17 AM


#6 User is offline   5eraph 

  • Update Packrat
  • Group: Supreme Sponsor
  • Posts: 816
  • Joined: 04-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 23 February 2011 - 09:24 AM

For that you'll likely need a custom script to run automatically after the T-13 phase of the install, or at first logon. Said script would need to compare the machine's network MAC address (or other unique hardware identifier) against a list, then assign the correct computer name. The specifics of that script are beyond my expertise.

I am not aware of any built-in Microsoft mechanism to do exactly what you need without a script.

#7 User is offline   Tsotsi 

  • Group: Members
  • Posts: 4
  • Joined: 23-February 11
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 23 February 2011 - 09:30 AM

I will use a script for what i need if there is no other way to automate this during the deployment.

Thank you for your time and answers.

View Post5eraph, on 23 February 2011 - 09:24 AM, said:

For that you'll likely need a custom script to run automatically after the T-13 phase of the install, or at first logon. Said script would need to compare the machine's network MAC address (or other unique hardware identifier) against a list, then assign the correct computer name. The specifics of that script are beyond my expertise.

I am not aware of any built-in Microsoft mechanism to do exactly what you need without a script.


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy