From: PRANAV KANT GAUR on
I have written function driver using KMDF for USB mass storage device.When i
tried to install the driver it gives an error:
"This operation requires an interactive window station."
From: Chris on
On Mar 13, 7:44 am, PRANAV KANT GAUR
<PRANAVKANTG...(a)discussions.microsoft.com> wrote:

> I have written function driver using KMDF for USB mass storage device.When i
> tried to install the driver it gives an error:
> "This operation requires an interactive window station."

Why are you writing your own mass storage driver?
From: Maxim S. Shatskih on
> "This operation requires an interactive window station."

Are you starting the install from within the service?

--
Maxim S. Shatskih
Windows DDK MVP
maxim(a)storagecraft.com
http://www.storagecraft.com

From: Mike [MSFT] on
What stage are you getting that error at? You've looked at the
%windir%\inf\setupapi.dev.log file I assume?

-Mike

"Maxim S. Shatskih" <maxim(a)storagecraft.com.no.spam> wrote in message
news:#vAAoDvwKHA.4532(a)TK2MSFTNGP05.phx.gbl...
>> "This operation requires an interactive window station."
>
> Are you starting the install from within the service?
>
> --
> Maxim S. Shatskih
> Windows DDK MVP
> maxim(a)storagecraft.com
> http://www.storagecraft.com
>
From: PRANAV KANT GAUR on


"Maxim S. Shatskih" wrote:

> > "This operation requires an interactive window station."
>
> Are you starting the install from within the service?
>
> --
> Maxim S. Shatskih
> Windows DDK MVP
> maxim(a)storagecraft.com
> http://www.storagecraft.com
>
> .
> Sir,can you explain what does "starting the install from within the service" means?