Jump to content

Recommended Posts

Posted

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.


Posted

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).

Posted

thanks very much for the info but could you give me a simple example so that i can work on that. i find that writing infs is pretty complicated :(

Posted
[DefaultInstall]
AddReg = Add2RegItems
Needs = SectionNameInOther, SectionNameInExtra
Include = Other.inf, Extra.inf

[Add2RegItems]
HKLM,"Key Name",ValueName,,"Some Data"

Posted

[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

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...