Jump to content

install infs with inf


Recommended Posts

is there a way to create an inf file that is used as a "shortcut" or "batch" to install other inf files. i am interested because i want to group an aplication that has several inf files using iexpress and install it.

thanks.

Link to comment
Share on other sites


You may be able to achieve your goal by judicious use of Needs= and Include=.

The Include item enables you to specify INF files that setup must also load into memory when it loads your INF file.

The Needs item specifies the names of the sections you intend to run in the included INF file(s).

Link to comment
Share on other sites

[Version]
signature = "$Windows NT$"

[DefaultInstall]
Needs = codecs10.DefaultInstall, DRM10.DefaultInstall, WMDM10.DefaultInstall, WMFSDK10.DefaultInstall
Include = codecs10.inf, DRM10.inf, WMDM10.inf, WMFSDK10.inf

i have wrote this and i keep getting an error that says: the software i am installing has not passed windows logo verification and can not continue

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...