You can use parent key to set that all the ISO files under a directory use the same injection archive.
For example:
Then the injection config will take effect for all the ISO files under WinISO directory.
For example:
Code:
{
"injection": [
{
"parent": "/WinISO",
"archive": "/driver/win-driver.zip"
}
]
}
Then the injection config will take effect for all the ISO files under WinISO directory.