RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Taxter, Latisha
: mssms@lists.myitforum.com Subject: Re: [mssms]Kernel Mode Driver Framework Also, noted that I typoed the command, it should be: %windir%\system32\dism.exe /Image:%OSDisk% /ScratchDir:%OSDisk%\Windows\Temp /Add-Package /PackagePath:%CD% Just make sure you've checked the box next to "P

Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen
mssms@lists.myitforum.com <mailto:mssms@lists.myitforum.com> *Subject:* RE: [mssms]Kernel Mode Driver Framework I looked a little deeper at what I did - it works successfully. I have the steps to inject the KMDF directly after the Apply Operating System Step and prior to inst

Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen
...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] *On Behalf Of *Tuomo Leppänen *Sent:* Tuesday, September 16, 2014 10:26 AM *To:* mssms@lists.myitforum.com *Subject:* Re: [mssms]Kernel Mode Driver Framework Just try the method I described earlier: /%windir%\system32\dism.exe /Image:%OSDisk

RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Taxter, Latisha
What is %cd%. I have OSDisk defined. Don’t have CD From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Tuomo Leppänen Sent: Tuesday, September 16, 2014 10:26 AM To: mssms@lists.myitforum.com Subject: Re: [mssms]Kernel Mode Driver Framework Just try the

Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen
e location. I’m not sure why. Checking package settings *From:*listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] *On Behalf Of *Taxter, Latisha *Sent:* Tuesday, September 16, 2014 10:16 AM *To:* mssms@lists.myitforum.com *Subject:* RE: [mssms]Kernel Mode Driver Framework He

RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Taxter, Latisha
k- doing that now. From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Tuomo Leppänen Sent: Tuesday, September 16, 2014 10:26 AM To: mssms@lists.myitforum.com Subject: Re: [mssms]Kernel Mode Driver Framework Just try the method I described earlier: %windir

Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen
they point me to what the issue is. *From:*listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] *On Behalf Of *Jeff Poling *Sent:* Tuesday, September 16, 2014 7:11 AM *To:* mssms@lists.myitforum.com *Subject:* RE: [mssms]Kernel Mode Driver Framework I looked a little deeper at

RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Taxter, Latisha
, September 16, 2014 10:16 AM To: mssms@lists.myitforum.com Subject: RE: [mssms]Kernel Mode Driver Framework Here are the logs from a few minutes ago.. I will go peruse them myself to see if they point me to what the issue is. From: listsad...@lists.myitforum.com<mailto:list

RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Taxter, Latisha
yes From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Hun boy Sent: Tuesday, September 16, 2014 9:46 AM To: mssms@lists.myitforum.com Subject: Re: [mssms]Kernel Mode Driver Framework Have you defined osdisk ? Sent from iPhonesorry for typos On 16

Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Hun boy
age today if this doesn’t work. > > From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] > On Behalf Of Jeff Poling > Sent: Tuesday, September 16, 2014 7:11 AM > To: mssms@lists.myitforum.com > Subject: RE: [mssms]Kernel Mode Driver Framework > >

RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Taxter, Latisha
, September 16, 2014 7:11 AM To: mssms@lists.myitforum.com Subject: RE: [mssms]Kernel Mode Driver Framework I looked a little deeper at what I did - it works successfully. I have the steps to inject the KMDF directly after the Apply Operating System Step and prior to installation of any other driver

Re: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Tuomo Leppänen
I've got working solution with the following Run Command Line -step during WinPE -phase, after Apply OS -step: /%windir%\system32\dism.exe /Image:%OSDisk% /ScratchDir:%OSDisk%\Windows\Temp /Add-Package /Package/PackagePath:%CD%/ And of course the package used in the step is the package that c

RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Jeff Poling
tforum.com Subject: RE: [mssms]Kernel Mode Driver Framework Date: Tue, 16 Sep 2014 13:48:30 + I tried Dustin’s method as well, because of new models that needed the KMDF and we were not ready to rebuild our base image. We could never get it to work, when the machine would run through win

RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Daniel Ratliff
9:24 AM To: mssms@lists.myitforum.com Subject: RE: [mssms]Kernel Mode Driver Framework Try checking the box for "Package" and select the package that contains the KMDF install. Jeff From: ltax...@kh.org<mailto:ltax...@kh.org> To: mssms@lis

RE: [mssms]Kernel Mode Driver Framework

2014-09-16 Thread Jeff Poling
Try checking the box for "Package" and select the package that contains the KMDF install. Jeff From: ltax...@kh.org To: mssms@lists.myitforum.com Subject: RE: [mssms]Kernel Mode Driver Framework Date: Tue, 16 Sep 2014 00:06:17 + Thanks. This is what I have.. tried it

Re: [mssms]Kernel Mode Driver Framework

2014-09-15 Thread Tuomo Leppänen
s.myitforum.com [mailto:listsad...@lists.myitforum.com] *On Behalf Of *steven hosking *Sent:* Monday, September 15, 2014 7:36 PM *To:* mssms@lists.myitforum.com *Subject:* Re: [mssms]Kernel Mode Driver Framework From memory we did it a little differently we actually grabbed the WIM from the SCCM server

RE: [mssms]Kernel Mode Driver Framework

2014-09-15 Thread Taxter, Latisha
Jason Sandys Date:09/15/2014 5:58 PM (GMT-08:00) To: mssms@lists.myitforum.com Subject: RE: [mssms]Kernel Mode Driver Framework Also, why would you run dism by first calling cmd? DISM is a stand-alone exe and can be directly executed like every other exe. I concur that direct offline servicing o

RE: [mssms]Kernel Mode Driver Framework

2014-09-15 Thread Jason Sandys
...@lists.myitforum.com] On Behalf Of steven hosking Sent: Monday, September 15, 2014 7:36 PM To: mssms@lists.myitforum.com Subject: Re: [mssms]Kernel Mode Driver Framework From memory we did it a little differently we actually grabbed the WIM from the SCCM server and DISM'ed the hotfix in outsi

Re: [mssms]Kernel Mode Driver Framework

2014-09-15 Thread steven hosking
m.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Jeff Poling Sent: Monday, September 15, 2014 5:03 PM To: mssms@lists.myitforum.com Subject: RE: [mssms]Kernel Mode Driver Framework I've done it successfully at a client. I will get exactly what I did and send it to you tomorr

RE: [mssms]Kernel Mode Driver Framework

2014-09-15 Thread Taxter, Latisha
, 2014 5:03 PM To: mssms@lists.myitforum.com Subject: RE: [mssms]Kernel Mode Driver Framework I've done it successfully at a client. I will get exactly what I did and send it to you tomorrow, unless someone else responds sooner. Jeff Sent from my Windows

RE: [mssms]Kernel Mode Driver Framework

2014-09-15 Thread Jeff Poling
M To: mssms@lists.myitforum.com<mailto:mssms@lists.myitforum.com> Subject: [mssms]Kernel Mode Driver Framework Has anyone been able to inject this using command line? Following this article :- http://deploymentramblings.wordpress.com/2013/10/24/osd-injecting-the-windows-7-kernel-mode-driver-framewo

[mssms]Kernel Mode Driver Framework

2014-09-15 Thread Taxter, Latisha
Has anyone been able to inject this using command line? Following this article :- http://deploymentramblings.wordpress.com/2013/10/24/osd-injecting-the-windows-7-kernel-mode-driver-framework-kmdf/ It fails after creating the scratch directory and I can't find anything is smsts.log that helps. An

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-21 Thread Stephen Leuthold
Or wearing capris. Sent from my Windows Phone From: Kim Oppalfens<mailto:kim.oppalf...@oscc.be> Sent: ‎9/‎21/‎2013 8:04 AM To: mssms@lists.myitforum.com<mailto:mssms@lists.myitforum.com> Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-21 Thread Kim Oppalfens
> Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers Now let’s talk about the metric system, the only one actually making sense… :D From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Trevor S

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-21 Thread Roland Janus
, September 20, 2013 9:13 AM To: mssms@lists.myitforum.com Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers 1+ J From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Jason Wallace Sent: Freitag, 20

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-20 Thread Warren_Byle
sms@lists.myitforum.com Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers It's clear, precise, and to the point, but Install, please. Would have been more polite, I agree. Sent from my Windows Phone _

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-20 Thread Trevor Sullivan
mssms@lists.myitforum.com <mailto:mssms@lists.myitforum.com> Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers Or from a part of the world where we represent dates in a logical order: Days go into months. Months go into Years

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-20 Thread Roland Janus
1+ J From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Jason Wallace Sent: Freitag, 20. September 2013 16:04 To: mssms@lists.myitforum.com Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-20 Thread Jason Wallace
Or from a part of the world where we represent dates in a logical order: Days go into months. Months go into Years therefore DD/MM/ is logical From: tsul...@gmail.com To: mssms@lists.myitforum.com Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-20 Thread Trevor Sullivan
13 23:00 To: mssms@lists.myitforum.com <mailto:mssms@lists.myitforum.com> Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers Lol :) Was there ever less information? * Instructions * Install

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-19 Thread Kim Oppalfens
t;mailto:mssms@lists.myitforum.com> Subject: RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers Lol :) Was there ever less information? * [http://i.microsoft.com/global/ImageStore/PublishingImages/icons/icon_minus.png][http://i.microsoft.com/global/ImageStore

RE: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-19 Thread Roland Janus
[mailto:listsad...@lists.myitforum.com] On Behalf Of warren_b...@dell.com Sent: Donnerstag, 19. September 2013 20:30 To: mdt...@lists.myitforum.com; mssms@lists.myitforum.com Subject: [mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers OSD folks, Some

[mssms] Kernel Mode Driver Framework (KMDF) update required for Windows 7 for some new drivers

2013-09-19 Thread Warren_Byle
OSD folks, Some of the Windows 7 drivers for the new Dell systems may require an update of the KMDF to version 1.11. The KMDF is a component of the OS and the update is available from Microsoft at the link below. The usual treatment is to include the KMDF update into your base image until it