Jump to content

secotton

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About secotton

Profile Information

  • OS
    Windows 10 x64

secotton's Achievements

0

Reputation

  1. I might suggest that if you're using WinPE to deploy Windows 7, you use DISM to deploy the image and inject drivers into the image while in Windows PE. That's how I'm doing it with a custom AutoIT script - it deploys a WIM image, and detects / installs the correct drivers based on model. You just need to select 3 things in the script - WIM image, Target, and base location of the drivers. It's a very similar method that Microsoft's SCCM would deploy Win 7.
  2. I ended up writing an AutoIt script that allows a tech to select a WIM file from a standard file select dialogue box. # File Open Dialog Box FileOpenDialog ( "Select WIM file", "", "WIM(*.WIM)") I forget which one it was, but I think getting a file select dialogue box to work in VB/HTA was next to impossible....or at least it was messy. I moved to AutoIt - a bit of a learning curve, but it was worth it.
×
×
  • Create New...