Jump to content

Recommended Posts

Posted

ok,

we have wireless networking at our office,

I need my winnt.sif to auto generate a new Name for every computer it is isntalled on.

ie Station1, Station2, Station3, Station4 .... you get the picture.

how can i do this? i went to unattended.msfn.org but could not find any ref.

did the search thing and came up empty.


Posted

I'm pretty sure it can't be done with winnt.sif. What you might be able to do is to rename the computer at the T12 stage with a batch file and use some kind of algorithm for creating random names.

Or you can leave it blank and just put it in manually during setup.

Posted

Change to DefaultHide instead of FullUnattended in UnattendMode, and manually correct the name at instal time. it works for me.

Posted

I think it's possible to use a list of names, and installs will use one at a time, but it requires a floppy.

Why not a batch, using batpize.exe, that checks for a file on a network share, to change it afterwards ?

Posted
I'm pretty sure it can't be done with winnt.sif. What you might be able to do is to rename the computer at the T12 stage with a batch file and use some kind of algorithm for creating random names.

this is the only way it can be done. i use it.

Posted

With my RIS setups the ComputerName field has %MACHINENAME% for it's entry value. It has me wondering if you could use a method similar to Pyron's Driver method.

That is using a fake setup.exe in order to run a batch file ahead of the genuine setup.exe. For instance Dell has a DOS utility for setting and reading the Dell asset tag from the BIOS. My theory is that if you can set the environment variable %MACHINENAME% to that asset tag, you'd be all set.

Another possibility would be some DOS utility that has the ability to read BIOS strings. I suppose the main requirement would be that the utility be able to pass values.

A totally different method I was thinking about, but had not yet tried is to make a seperate WINNT.SIF for each computer. Make a seperate i386 directory for each computer and use a multiboot app (EZBoot) to generate a menu. Using the Optimize feature of UltraISO, all of the files in i386 except for WINNT.SIF would be identical and thus only recorded one time.

Any thoughts or comments?

Posted

All you have to do is to Add those lines into your unattended file:

[userData]

ComputerName=*

[setupMgr]

ComputerName0=Alpha

ComputerName1=Bravo

ComputerName2=Charlie

ComputerName3=Delta

ComputerName4=Echo

-M

Posted
All you have to do is to Add those lines into your unattended file:

[userData]

    ComputerName=*

[setupMgr]

    ComputerName0=Alpha

    ComputerName1=Bravo

    ComputerName2=Charlie

    ComputerName3=Delta

    ComputerName4=Echo

-M

and on which point of setup you choose the desired name?

Posted
ok,

we have wireless networking at our office,

I need my winnt.sif to auto generate a new Name for every computer it is isntalled on.

ie  Station1, Station2, Station3, Station4 .... you get the picture.

how can i do this? i went to unattended.msfn.org but could not find any ref.

did the search thing and came up empty.

He don't wanna chooseit ! Anyways I recommand to use setupmgr.exe From your original XP Cd [CD:\SUPPORT\TOOLS\DEPLOY.CAB] There's a place to do is easylly.

-M

post-70-1100116589_thumb.jpg

Posted

@army20

That's the list I was thinking, but now you got me curious.

Does it work from a CD, how does it knows which have been used, by scanning the network ?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...