Deployment Solution

 View Only
  • 1.  Deploying Win7 and Win10 in same environment

    Posted Mar 24, 2016 08:42 AM
      |   view attached

    So we are getting ready to begin officially supporting and deploying Windows 10 in our environment. We have a custom script setup by the vendor to copy and inject drivers post-image. my question is how do we handle drivers for both OS's? is there a way to script logic to determine the OS? or can i just add the drivers to the repository folder and the system will choose automatically? i have attached the script in question

     

    thanks,

    jason

    Attachment(s)

    txt
    DriverInject_Script.txt   3 KB 1 version


  • 2.  RE: Deploying Win7 and Win10 in same environment

    Posted Mar 29, 2016 05:07 AM
    I use an %opsys% variable in the driver path too for the operating system. And %bit% for 32 and 64 bit.


  • 3.  RE: Deploying Win7 and Win10 in same environment

    Posted Apr 12, 2016 05:40 AM

    I think an alternative is also to use a simple WMI query to get that information, always depends on the approach you want to take. Multiple options available...