Re: Virtual Disk in User space



the wdfcoinstaller DLL is a DLL that is used as a part of the installation
of the device. it ensures that the KMDF runtime is on the machine and
installed.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Sh@h" <Shh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6979D94E-3ADA-4135-9A7E-198208A7B66A@xxxxxxxxxxxxxxxx
It works !!! Hooray.... Looks just like what I wanted - this is damn
exciting... Time to read the wdf-ramdisk code in detail :)

Just curious - what is this wdfCoInstaller ? Some kind of support lib for
all wdf drivers ? Can I get the source code for this one too ?

Thanks a lot.

regards,
Hassan

"Doron Holan [MS]" wrote:

C:\WINDDK\WDF\KMDF10\redist\wdf\x86\WdfCoInstaller01001.dll

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no
rights.


"Sh@h" <Shh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:76E4E8B7-6B52-4FD6-B64F-F11EB1D9FC7F@xxxxxxxxxxxxxxxx
I have installed KMDF and I compiled the ramdisk sample without any
issues
(windows xp checked build).

However when I try to install the device driver I get the following
error
during installation:
wdfcoinstaller01001.dll missing (and a popup dialog opens up and asks
me
to
locate the file - I couldn't find it within the KMDF directory). I
checked
the ramdisk.inf - this wdfcoinstaller01001.dll is there as part of the
coInstaller (and it seems to be part of a 11 file group). I guess I
have
missed something... Can someone please tell me what am i doing wrong ?
I
have
even tried to install the driver by commenting out the coInstaller part
of
the ramdisk.inf file - still no success...

Thanks for the help so far...

regards,
Sh@h

"Doron Holan [MS]" wrote:

actually, download KMDF
http://www.microsoft.com/whdc/driver/wdf/KMDF_pkg.mspx and use the
KMDF
version of ramdisk. it has been updated and bugs have been fixed.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no
rights.


"Stephan Wolf [MVP]" <stewo68@xxxxxxxxxxx> wrote in message
news:1155636566.265389.250910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sh@h wrote:
I want to create a virtual disk device. Could you please tell me
whether
it
is possible to build such a device & register it with windows in
user-mode ?

Old, but still useful:

FILE: Ramdisk.sys sample driver for Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q257405

Stephan









.



Relevant Pages

  • Re: could WDM sample code: selsusp work on any platform?
    ... Please do not send e-mail directly to this alias. ... newsgroup purposes only. ... source that have easily moved to kmdf. ... KMDF changes how the driver ...
    (microsoft.public.development.device.drivers)
  • Re: could WDM sample code: selsusp work on any platform?
    ... source that have easily  moved to kmdf. ... Please do not send e-mail directly to this alias. ... does this sample code pass WHQL? ... driver developers. ...
    (microsoft.public.development.device.drivers)
  • Re: could WDM sample code: selsusp work on any platform?
    ... i know alot of companies with drivers that have 100 of thousands of lines of source that have easily moved to kmdf. ... KMDF changes how the driver initially processes incoming io, the way you handle an isr or dpc or compute the answer does not change at all. ... Please do not send e-mail directly to this alias. ... scratch, esp for usb SS, i see really no point in going to WDM. ...
    (microsoft.public.development.device.drivers)
  • Re: help to handle IRP_MN_STOP_DEVICE and IRP_MN_START_DEVICE in Usb device?
    ... Please do not send e-mail directly to this alias. ... It seems that it won't work correctly in my driver, ... KMDF driver. ... Is modem pausing for any next IRP? ...
    (microsoft.public.development.device.drivers)
  • Re: STATUS_INVALID_PARAMETER returned by WdfUsbTargetDeviceSelectC
    ... make sure that you have symbols for both KMDF and your driver inyour symbol ... Please do not send e-mail directly to this alias. ... I read your blog titled "How can I view the KMDF log for my driver?" ... rewritten USB stack in Vista, device must return a proper value before ...
    (microsoft.public.development.device.drivers)