Componentizing Device Driver

G

Guest

Dear all,
I have tried to include a modem device driver to my
configuration. First of all, I imported the ".inf" file to Component
Designer. But it says the error, "*** Error ***:INF Importer could not find
any recognizable installation to convert in the file [D:\R
Connect\Autorun.inf] .
Info:Completed processing file [Import failed] : D:\R Connect\Autorun.inf"
on the importing process. Can anybody help me to overcome this problem?
Kindly advice me.

Thanks & Regards,
Veerasivakumar.V

--
V.Veerasivakumar
InLott Technologies Pvt Ltd,
Chennai,
India.

E-Mail: (e-mail address removed)
 
K

KM

Veerasivakumar,

Can you show us the driver's INF file?

Btw, the file name Autorun.inf looks familiar and a bit scary in this context. Are you sure you are trying to import the right INF
file?

=========
Regards,
KM
 
G

Guest

Dear KM,
Thanks for ur reply. The device driver folder have Autorun.inf
file. I can't show other .inf files. the autorun.inf file has "[autorun]
open=RConnectInstall.exe
icon=RConnect.ico
label=RConnect
".
Can I change any in this file for my problem? kindly reply me.


Regards,
Veerasivakumar.V

--
V.Veerasivakumar
InLott Technologies Pvt Ltd,
Chennai,
India.

E-Mail: (e-mail address removed)


KM said:
Veerasivakumar,

Can you show us the driver's INF file?

Btw, the file name Autorun.inf looks familiar and a bit scary in this context. Are you sure you are trying to import the right INF
file?

=========
Regards,
KM

Dear all,
I have tried to include a modem device driver to my
configuration. First of all, I imported the ".inf" file to Component
Designer. But it says the error, "*** Error ***:INF Importer could not find
any recognizable installation to convert in the file [D:\R
Connect\Autorun.inf] .
Info:Completed processing file [Import failed] : D:\R Connect\Autorun.inf"
on the importing process. Can anybody help me to overcome this problem?
Kindly advice me.

Thanks & Regards,
Veerasivakumar.V

--
V.Veerasivakumar
InLott Technologies Pvt Ltd,
Chennai,
India.

E-Mail: (e-mail address removed)
 
S

Slobodan Brcin \(eMVP\)

Hi Veerasivakumar,

You need inf and driver files from that exe file. It is probably self extracting zip file that can be opened and files taken our of
it.
If it is not then you need to install driver on working XPP and to take files that belong to that driver. You can see those path to
those files from Device Manager.

Regards,
Slobodan



Veerasivakumar said:
Dear KM,
Thanks for ur reply. The device driver folder have Autorun.inf
file. I can't show other .inf files. the autorun.inf file has "[autorun]
open=RConnectInstall.exe
icon=RConnect.ico
label=RConnect
".
Can I change any in this file for my problem? kindly reply me.


Regards,
Veerasivakumar.V

--
V.Veerasivakumar
InLott Technologies Pvt Ltd,
Chennai,
India.

E-Mail: (e-mail address removed)


KM said:
Veerasivakumar,

Can you show us the driver's INF file?

Btw, the file name Autorun.inf looks familiar and a bit scary in this context. Are you sure you are trying to import the right INF
file?

=========
Regards,
KM

Dear all,
I have tried to include a modem device driver to my
configuration. First of all, I imported the ".inf" file to Component
Designer. But it says the error, "*** Error ***:INF Importer could not find
any recognizable installation to convert in the file [D:\R
Connect\Autorun.inf] .
Info:Completed processing file [Import failed] : D:\R Connect\Autorun.inf"
on the importing process. Can anybody help me to overcome this problem?
Kindly advice me.

Thanks & Regards,
Veerasivakumar.V

--
V.Veerasivakumar
InLott Technologies Pvt Ltd,
Chennai,
India.

E-Mail: (e-mail address removed)
 
K

KM

Veerasivakumar,

As expected you are just working with wrong INF file. The Autorun.inf is probably coming from the CD with the application and
intended just to launch the installer.
You will have to extract necessary driver files from that installer (it is either selfextracting archive or, more complicated,
install program). So first all all you should start with the RConnectInstall.exe and see what it is.

Also I highly recommend you to read though XPe documentation and these couple articles particularly:

http://msdn.microsoft.com/library/en-us/dnxpembed/html/customxpecomp.asp
http://msdn.microsoft.com/library/en-us/xpehelp/html/xeconTutorialBuildingRun-timeImage.asp
http://msdn.microsoft.com/library/en-us/xpehelp/html/xehowHowToComponentizeDeviceDriver.asp


=========
Regards,
KM


Dear KM,
Thanks for ur reply. The device driver folder have Autorun.inf
file. I can't show other .inf files. the autorun.inf file has "[autorun]
open=RConnectInstall.exe
icon=RConnect.ico
label=RConnect
".
Can I change any in this file for my problem? kindly reply me.


Regards,
Veerasivakumar.V

--
V.Veerasivakumar
InLott Technologies Pvt Ltd,
Chennai,
India.

E-Mail: (e-mail address removed)


KM said:
Veerasivakumar,

Can you show us the driver's INF file?

Btw, the file name Autorun.inf looks familiar and a bit scary in this context. Are you sure you are trying to import the right
INF
file?

=========
Regards,
KM

Dear all,
I have tried to include a modem device driver to my
configuration. First of all, I imported the ".inf" file to Component
Designer. But it says the error, "*** Error ***:INF Importer could not find
any recognizable installation to convert in the file [D:\R
Connect\Autorun.inf] .
Info:Completed processing file [Import failed] : D:\R Connect\Autorun.inf"
on the importing process. Can anybody help me to overcome this problem?
Kindly advice me.

Thanks & Regards,
Veerasivakumar.V

--
V.Veerasivakumar
InLott Technologies Pvt Ltd,
Chennai,
India.

E-Mail: (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top