Jump to content

Plugins - INF File


funkyrabbit

Recommended Posts

Hi buddys,

i have some questions to the "SourceDisksFiles" Section. What does the numbers and the commas mean. Where can i find the Definitions to these Numbers? - like the "txtsetup.sif" where all numbers in the header are defined. Is there a file or something else that show me these infos. PLEASE

funkyrabbit

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="105 prepare XPE for using PENetCfg instead of XPE-native network support "
Enable=1
Help="PENetCfg-prepare.inf"

[SourceDisksFiles]
penetcfg.exe=2,,1
penetcfg.ini=2,,1

... some reg entrys follow

Link to comment
Share on other sites


You should have a pluginformat.htm in your pebuilder\help directory.

Here is a snippet from it:

SourceDisksFiles[.build]The section SourceDisksFiles uses the following format:

filename=directoryID[, filenameRenamed][, attribute]

where...

filename is the file to copy.

directoryID is the target directory number. See WinntDirectories section for a list of standard windows directory id's.

filenameRenamed is the target filename if renaming is needed.

attribute numeric value to enable/disable some options

value:

1 - used for pluginCheck(). Make sure that the file exists in the same directory as where the .inf file is located, before enabling or continuing.

2 - do not decompress the file.

4 - only copy the file if it exists. Don't complain when it does not exist.

Default value for attribute is 0.

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