Hello folks
I am playing around with ThinInstaller in an effort to simplify a Task Sequence that just goes on for ever but I have a couple of QQs 1. ThinInstaller only runs on Windows full OS and not PE so it's not a full replacement of Apply Driver Package. I know that I'll need to deploy NIC and HDD drivers therefore within WinPE. Do folks tend to find that's all they need and ThinIstaller does the rest? 2. When I run it in the TS I am using this command line cmd.exe /c thininstaller.exe /CM -search A -action INSTALL -noicon -includerebootpackages 1,3,4 -repository \\CCMWP21\Lenovo\Lenovo-Drivers <file:///\\CCMWP21\Lenovo\Lenovo-Drivers> -noreboot -showprogress but I am seeing a warning message to tell me that 1 or more updates will require a reboot. Any way of suppressing that message, as it's stopping the TS? Apart from the obvious (remove the -includerebootpackages parameter) Thanks Jason

