Jump to content

UNattended detect computer and use appropriate info


Recommended Posts

Hi everyone,

I've recently been working with automating PC installation with Windows 2000. I have implemented everything but am currently using a floppy with my winnt.sif file. The reason for this is because all the PCs have the same installation but their computer name and full name are different,hence the reason for using a floppy.

Is there any way to set something up that will check the motherboard of the PC and call the correct winnt.sif file.

Basically its like this:

motherboard 1345

motherboard 3543

motherboard 7766

and if its 7766 then it will run winnt.sif file that contains Computer 7766. Anyone have any ideas?

thanks

Link to comment
Share on other sites


Build a WinPE image from the Vista SP1 AIK and use the script language of your choice, like VBScript or AutoIt to query WMI. There are some WMI classes that hold information you can use, Win32_ComputerSystem, Win32_ComputerSystemProduct and Win32_Baseboard (not neccessarily correctly written, but its something like those 3). MS has a tool that helps you build WMI queries, its called Scriptomatic, on the AutoIt forum there exists a Scriptomatic for AutoIt too.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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