hi,
let me preface this by saying im not a programmer, never fooled with vbscript before today. but i need a script that does something basic, that probably would take someone with skills five minutes.
i need a script that pulls the model number of a particular workstation (they are all dells), and runs an appropriate MSI installer depending on the result.
ie: if model latitude d830 msiexec d830installer.msi
if model dimension 760 msiexec d760installer.msi
i'm trying to piece code together from a few different places, but im obviously not doing it right. anyone know an easy way to do this? keep in mind im a novice
thanks!
joe
let me preface this by saying im not a programmer, never fooled with vbscript before today. but i need a script that does something basic, that probably would take someone with skills five minutes.
i need a script that pulls the model number of a particular workstation (they are all dells), and runs an appropriate MSI installer depending on the result.
ie: if model latitude d830 msiexec d830installer.msi
if model dimension 760 msiexec d760installer.msi
i'm trying to piece code together from a few different places, but im obviously not doing it right. anyone know an easy way to do this? keep in mind im a novice
thanks!
joe