|
Naming of BartPE plugins and the consequences on the "Processing Sequence" and "Display Sequence" |
|
The processing sequence is ruled by folder name and within a folder by INF-name.
pebuilder.inf -> pluginFolder -> INF-name -> next pluginFolder etc. So only in case of multible INFs in one pluginFolder, the INF-name matters for the processing sequence (example=XPE).
The display sequence is ruled by plugin name (inside the INF).
Adding the category number to the names, gives you a logical display sequence, it has no impact on the processing sequence.
If, for example, all names of your "Disk Utilities" would start with "530", they are all displayed together in PE-builder, listed alphabethically within this category. |
|
|
The categories jump at least in steps of 10, to allow for your own sub-categories in areas, where you may need a finer split.
Only the first two digits are actually used for the category, the last digit is to identify particular plugins, if you want to force a sequence (other than alphabethical) within a category. |
|
|