Results 1 to 7 of 7

Thread: How to make a .INF file?

  1. #1
    Join Date
    Aug 2010
    Posts
    59

    How to make a .INF file?

    what are .INF files ? I want to make a .INF file to install the hardware and some software to windows.can anybody help me in creating this file(.inf).Please help me. Any suggestion would be appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: How to make a .INF file?

    As you want to know about the INF fie, these files are the plain text file used by the Microsoft windows for the installation of the software drivers.INF files are commonly used for installing device drivers for hardware components.These INF files are the part of the windows setup API.Windows includes IExpress.exe for the creation of INF based installation.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: How to make a .INF file?

    The INF file is very similar to the INI files having various section which specify the files which are to be copied, changes the registry etc. All INF files has a section with a unique signature which specify the version of window this is for what exactly INF files are needed.The INF file's common signatures are $CHICAGO$ (for Windows 9x) or $WINDOWS NT$ (for Windows NT/2K/XP).Its most of the sectors are user defined and having the knowledge about the component being installed.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: How to make a .INF file?

    An autorun.inf file is the most initial instruction file which is associated with the Autorun function.It is a simple text based configuration which tells the operating system the following operations:
    *Which exe file to start.
    *Which icon to use.
    *And which additional command to make.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: How to make a .INF file?

    An INF file direct Windows how to deal, open the presentation and treat the contents of the CD.
    The Autorun.inf file defines the following:
    *The process that will automatically run at the time of disk inserted.
    *The process that will run for the specific Operating environments.
    *It also present an icon which represent the the application's CD or DVD when the drive is viewed with my computer or explorer.
    *It also display a menu command for the icon when the user right-click on the icon.

  6. #6
    Join Date
    Nov 2005
    Posts
    1,323

    Re: How to make a .INF file?

    A file that provides Windows Setup with the information required to set up a device, such as a list of valid logical configurations for the device and the names of driver files associated with the device.
    AN EXAMPLE OF MINI AUTORUN FILE IS DESCRIBED BELLOW:
    [autorun]
    open=autorun.exe
    icon=autorun.ico
    Its description is as follows:
    autorun: it is a primary section.
    open : it is a keyword which decides the action to take at the time of disc iserted
    icon : it determines the icon which is used for the disk.
    In the same way you can create an INF file for your hardware to be installed to windows.
    Last edited by absolute55; 27-08-2010 at 10:19 PM.

  7. #7
    nikjerry Guest

    Re: How to make a .INF file?

    Oh Esmel, I have just read this all of the stuff and I just want to say that I also was searching for the same as I also want to make the .INF file, but I having not that much idea about that. The thing that I want to say that after reading your this post I came to know and got the proper idea. So now I will try that once.

Similar Threads

  1. make file name list in excel using batch file
    By shibinpanayi in forum Windows Software
    Replies: 1
    Last Post: 04-06-2011, 03:44 AM
  2. How to make changes in web.config file in asp.net
    By Meditation in forum Software Development
    Replies: 6
    Last Post: 26-02-2011, 09:56 AM
  3. Replies: 3
    Last Post: 16-07-2009, 01:29 PM
  4. how to make a WIM xp file
    By Zadora in forum Operating Systems
    Replies: 3
    Last Post: 14-03-2009, 01:38 PM
  5. How to make exe file from c++
    By Dhyanesh in forum Windows Software
    Replies: 4
    Last Post: 02-02-2009, 11:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,320,479.38797 seconds with 17 queries