FBA Generic command

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what is the correct arguement for installing a driver durring fba?? I know how to create a generic command but i dont know the arguements to get the install to run. can i get example

Thankyou
 
jesse,

If you want to run a driver installer you will only know what the command line switches it supports as you own it.

However, wouldn't it be easier to componentize the driver?
http://msdn.microsoft.com/embedded/community/tips/xp/thrdprty/default.aspx
http://msdn.microsoft.com/library/en-us/dnxpembed/html/customxpecomp.asp
http://msdn.microsoft.com/embedded/community/tips/xp/errors/default.aspx

Or if it is a PnP driver, just to create a component to put all the driver files to appropriate directories?
http://groups.google.com/groups?hl=...F-8&selm=#78YE#[email protected]

--
KM,
BSquare Corporation
what is the correct arguement for installing a driver durring fba?? I know how to create a generic command but i dont know the
arguements to get the install to run. can i get examples
 
I have componentized every other driver we are using but to turn media player ENCODER into component I am having trouble, any suggestions???

----- KM wrote: ----

jesse

If you want to run a driver installer you will only know what the command line switches it supports as you own it

However, wouldn't it be easier to componentize the driver
http://msdn.microsoft.com/embedded/community/tips/xp/thrdprty/default.asp
http://msdn.microsoft.com/library/en-us/dnxpembed/html/customxpecomp.as
http://msdn.microsoft.com/embedded/community/tips/xp/errors/default.asp

Or if it is a PnP driver, just to create a component to put all the driver files to appropriate directories
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=#78YE#[email protected]

--
KM
BSquare Corporatio
what is the correct arguement for installing a driver durring fba?? I know how to create a generic command but i dont know th
arguements to get the install to run. can i get example
 
Hi Jesse, I'm a bit rusty with high level stuff.

What is "media player ENCODER"?

Do you need WMA v9 and WMV v9 DMO codecs for your application?
Do you need to use it from directshow graph?
Or it is some new application that I have not seen.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Jesse said:
I have componentized every other driver we are using but to turn
media player ENCODER into component I am having trouble, any suggestions????
----- KM wrote: -----

jesse,

If you want to run a driver installer you will only know what the
command line switches it supports as you own it.
driver files to appropriate directories?
fba?? I know how to create a generic command but i dont know the
 
Konstantin,

Yup it explains things (although I could find it on my own nevertheless
thanks). I never needed such tools, we are using DMO codecs directly from
our applications.

Jesse,

For quick start.
You should componentized tools you need.
Also you should use media player component so you will have all codecs
installed.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

KM said:
Slobodan,

"Windows Media Encoder 9 Series is a powerful tool for content producers
who want to take advantage of the many innovations in
Windows Media 9 Series including high-quality multichannel sound,
high-definition video quality, new support for mixed-mode voice
 
Back
Top