Converting INF files

  • Thread starter Thread starter Keith Rathband
  • Start date Start date
K

Keith Rathband

Does anyone know of a step-by-step guide on how to convert an INF into a
component, and how to add it to the component database.

Thanks
 
I do not know of a Step by Step Guide but I can certainly
tell you how to do it.

1) Open component designer.
2) Under the file menu select Import.
3) An Open Dialog should appear.
4) Under file types select "Setup information files
(*.inf)"
5) Choose the inf file you want to import.
6) This will then automatically create your component.
7) From File menu Select Save and save your component.
8) Open Component Database Manager.
9) Select Import.
10) Select the Component you previously created.

There you go, 10 simple steps.

Hope this helps.

Olie
 
7) From File menu Select Save and save your component.

Hmmmm, not quite. Most likely you are importing either a
QFE INF or a driver INF -- in which case, you must also
set up the file repository for the component prior to
saving out the SLD.

So, step 7 should be broken down to:

7a) Check the files section of the newly created component
(s) -- if any files are specified, then create a release
and debug repository object in your SLD. Otherwise, set
each component to "Release" and save out the SLD (skip the
next steps).

7b) If you created repository objects, then also create a
folder in the same directory as your SLD (to be saved) --
copy all files specified in the files sections of your
component(s) to that folder.

7c) Point each repository object to that folder.

7d) Create a repository set. Add each repository object
to that set (do this through Group Memberships for each
repository object).

7e) Select each component created by the INF import and
select the repository set as the repository (NOTE: this
step is necessary only for components that add files).

7f) Create a package object.

7g) Add each component to the package (do this through
Group Memberships for each component object).

7h) Set each component to "Release" and save out the SLD!


Hope this helps.


-Jason
 
Back
Top