|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Script software install if certain hardware exists
I am trying to write a script to check to see if the computer is a laptop and
installs software if found. Can anyone lend a hand? Itencypt wrote:
>I am trying to write a script to check to see if the computer is a laptop WMI can be used in a VBScript program to determine the chassis type. See >and > installs software if found. Can anyone lend a hand? this link: http://www.microsoft.com/technet/scriptcenter/guide/sas_cpm_btnz.mspx For installing software on the local computer, see this link: http://www.microsoft.com/technet/scriptcenter/guide/sas_cpm_nila.mspx "Itencypt" wrote: The "Win32_SystemEnclosure" WMI class represents the properties that are > I am trying to write a script to check to see if the computer is a laptop and > installs software if found. Can anyone lend a hand? associated with a physical system enclosure. Here is an example http://www.petri.co.il/forums/showthread.php?t=18932 \Rems |
|||||||||||||||||||||||