Posted February 24, 201213 yr Hi All. I'm deploying Win 7 offline via USB key because of network constraints. I have two computer models with different aircards which require different software installed (.exe or .msi installation only, no inf). I'm looking for a script that I can add to the setup process so that once setup is finished, the script will query wmi for the computer model (such as powershell: get-wmiobject -class win32_computersystem | select model ) and then depending on which one of two models is returned, one of two applications will be installed. I could possibly call this script from setupcomplete.cmd. Does anyone know of a script I can use? Continue reading...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.