Ventoy Forums

Full Version: 【Solved】Injection Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to inject VentoyAutoRun.bat into any loaded iso file?
Need more details about your request.
When using ventoy.json, Injection Plugin is only used for iso file with specified name and path. I want to use Injection Plugin every time I choose any iso file, so how do I do that?
You can use parent key to set that all the ISO files under a directory use the same injection archive.
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.
Very thank you