From 03d41008d42716c52e4f7ba03e662b9da5eb54dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20S=C5=82abo=C5=84?= Date: Fri, 30 Aug 2024 07:16:31 +0000 Subject: [PATCH] [BOOTDATA] Fix LiveCD autorun (#7282) Use 'shellexecute' entry instead of 'open', because the latter tries to execute a non-executable readme.txt file. https://learn.microsoft.com/en-us/windows/win32/shell/autorun-cmds Addendum to 4cc03bbf0192 (r71342). --- boot/bootdata/autorun-livecd.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bootdata/autorun-livecd.inf b/boot/bootdata/autorun-livecd.inf index 2198117319f..e4e41890ae4 100644 --- a/boot/bootdata/autorun-livecd.inf +++ b/boot/bootdata/autorun-livecd.inf @@ -1,3 +1,3 @@ [autorun] -open=readme.txt +shellexecute=readme.txt icon=icon.ico