INF (Windows)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=System files |extensions={{ext|inf}}, {{ext|pnf}}, {{ext|inf_loc}} |mimetypes={{mimetype|application/inf}} |pronom={{PRONOM|x-fmt/4...") |
(→Sample files) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
== Identification == | == Identification == | ||
A standard INF file has a "[Version]" section, containing an item named "Signature". But note that some INF-like formats, such as [[Autorun.inf]], have a different structure. | A standard INF file has a "[Version]" section, containing an item named "Signature". But note that some INF-like formats, such as [[Autorun.inf]], have a different structure. | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|text/windowsAutorun}} | ||
+ | * {{DexvertSamples|text/windowsSetupINFormation}} | ||
== Links == | == Links == | ||
Line 20: | Line 24: | ||
[[Category:Archiving]] | [[Category:Archiving]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
+ | [[Category:Windows]] |
Latest revision as of 04:01, 18 February 2024
INF, or Windows Setup Information File, is a kind of INI file used by Microsoft Windows to control the installation of drivers and other software. Though it looks like a configuration file, it is used more like a setup script.
In addition to .inf format, there is a .pnf "Precompiled INF" format, and an .inf_loc format that reportedly contains cached information.
[edit] Identification
A standard INF file has a "[Version]" section, containing an item named "Signature". But note that some INF-like formats, such as Autorun.inf, have a different structure.