Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
【Solved】Injection Plugin
#1
solved 
is there a way to inject VentoyAutoRun.bat into any loaded iso file?
Reply
#2
Need more details about your request.
Reply
#3
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?
Reply
#4
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.
Reply
#5
Very thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)