AutorunInf
Inherits: RefCounted < Object
Builds an autorun.inf document for Windows disc and USB packaging.
Description
Assembles the [autorun] section used by EditorExportDeviceAutorun. USB flash drives on Windows 7 and later ignore OPEN= and ACTION=; this class does not change AutoRun policy.
Properties
|
||
|
||
|
||
|
||
|
||
|
Methods
build() const |
|
usb_note_text() static |
Property Descriptions
Maps to ACTION=.
Maps to ICON=.
Maps to LABEL=.
Maps to OPEN=.
Default shortcut-menu verb (shell=).
Dictionary shell_verbs = {} 🔗
void set_shell_verbs(value: Dictionary)
Dictionary get_shell_verbs()
Extra shell\verb / shell\verb\command pairs. Keys are verb names; values are commands.
Method Descriptions
Returns the autorun.inf text, including optional shell\verb command pairs.
String usb_note_text() static 🔗
Returns the USB AutoPlay limitation note written as START.txt when autorun/write_usb_note is enabled.