ditchorama Posted May 11, 2010 Posted May 11, 2010 Hi, I have been googling for the last week and have yet to find a solutionCurrently we have a Base Windows 7 WIM that gets applied to a machine, we also have a Seperate Wim for each PC model that contains drivers specific to that model, this gets extracted to c:\drivers before the Base WIM gets applied. This is all fine.However, some of the drivers are unsigned, so we get the Unsigned Drivers warning box.We use HP Desktops and have a range of approx 20 diff models currently, but this is always changing - hence we don't want to inject drivers in the Base windows 7 wim.my question is, does anyone know how to get the pnpunattend.exe to skip displaying the message if it encounters an unsigned driver?or another method of installing drivers?fyi...I captured the Wim with the /audit mode, then I have a Driverpath in Microsoft-Windows-PnpCustomizationsNonWinPE and then I have a RunSync command sysprep /oobe /reboot in "audit user"
arwidmark Posted May 11, 2010 Posted May 11, 2010 In general all HP models supporting Windows 7 have signed drivers, but you can create a certificate and sign the driver(s) your self... problem solved
ner Posted May 11, 2010 Posted May 11, 2010 Hi, I have been googling for the last week and have yet to find a solutionCurrently we have a Base Windows 7 WIM that gets applied to a machine, we also have a Seperate Wim for each PC model that contains drivers specific to that model, this gets extracted to c:\drivers before the Base WIM gets applied. This is all fine.However, some of the drivers are unsigned, so we get the Unsigned Drivers warning box.We use HP Desktops and have a range of approx 20 diff models currently, but this is always changing - hence we don't want to inject drivers in the Base windows 7 wim.my question is, does anyone know how to get the pnpunattend.exe to skip displaying the message if it encounters an unsigned driver?or another method of installing drivers?fyi...I captured the Wim with the /audit mode, then I have a Driverpath in Microsoft-Windows-PnpCustomizationsNonWinPE and then I have a RunSync command sysprep /oobe /reboot in "audit user"This is what we did, inject all drivers for all models into the Install.wim dir and winodws will install the correct drivers for each model you install it on, then make a base.wim for you pc models and role out...
ditchorama Posted May 12, 2010 Author Posted May 12, 2010 In general all HP models supporting Windows 7 have signed drivers, but you can create a certificate and sign the driver(s) your self... problem solved Yeah, the drivers on the main machine I am using for test creation that are causing issues are a couple of drivers for the i5 chip, the NIC and the added on NVidia Quadro FX 380 Video Card...Could you point me to a guide to self signing drivers?
ditchorama Posted May 12, 2010 Author Posted May 12, 2010 Hi, I have been googling for the last week and have yet to find a solutionCurrently we have a Base Windows 7 WIM that gets applied to a machine, we also have a Seperate Wim for each PC model that contains drivers specific to that model, this gets extracted to c:\drivers before the Base WIM gets applied. This is all fine.However, some of the drivers are unsigned, so we get the Unsigned Drivers warning box.We use HP Desktops and have a range of approx 20 diff models currently, but this is always changing - hence we don't want to inject drivers in the Base windows 7 wim.my question is, does anyone know how to get the pnpunattend.exe to skip displaying the message if it encounters an unsigned driver?or another method of installing drivers?fyi...I captured the Wim with the /audit mode, then I have a Driverpath in Microsoft-Windows-PnpCustomizationsNonWinPE and then I have a RunSync command sysprep /oobe /reboot in "audit user"This is what we did, inject all drivers for all models into the Install.wim dir and winodws will install the correct drivers for each model you install it on, then make a base.wim for you pc models and role out...Yeah thats not really feasible for us. we don't want to have all drivers in the main WIM. Waste of space
cluberti Posted May 12, 2010 Posted May 12, 2010 There are other ways, like using MDT 2010 and driver profiles / driver management.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now