From 5fa287634db4e34d11f140566236d412ddc8b854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 27 May 2016 01:06:35 +0000 Subject: [PATCH] [REACTOS]: Add a desktop shortcut to the ReadMe file of ReactOS, on both the livecd and installation. Useful for people discovering ReactOS for the first time. svn path=/trunk/; revision=71422 --- reactos/boot/bootdata/CMakeLists.txt | 1 + reactos/media/inf/shortcuts.inf | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/reactos/boot/bootdata/CMakeLists.txt b/reactos/boot/bootdata/CMakeLists.txt index 0a1af10772d..2d71ccd2fbb 100644 --- a/reactos/boot/bootdata/CMakeLists.txt +++ b/reactos/boot/bootdata/CMakeLists.txt @@ -51,6 +51,7 @@ endmacro(add_livecd_shortcut) ## NOTE: What would be nice is to create this list using /media/inf/shortcuts.inf ## and taking their default english translation! add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/livecd_start.cmd" DESTINATION "Profiles/Default User/My Documents" FOR livecd) +add_livecd_shortcut("Read Me" readme.txt "Profiles/All Users/Desktop") add_livecd_shortcut("Command Prompt" cmd.exe "Profiles/All Users/Desktop") add_livecd_shortcut("Device Manager" devmgmt.exe "Profiles/All Users/Start Menu/Programs/Administrative Tools") add_livecd_shortcut("Event Viewer" eventvwr.exe "Profiles/All Users/Start Menu/Programs/Administrative Tools") diff --git a/reactos/media/inf/shortcuts.inf b/reactos/media/inf/shortcuts.inf index 7bd0237fbf4..55abbb99962 100644 --- a/reactos/media/inf/shortcuts.inf +++ b/reactos/media/inf/shortcuts.inf @@ -14,6 +14,7 @@ CommunicationsShortcuts=2, %ACCESSORIES%\%COMMUNICATIONS% GamesShortcuts=2, %GAMES% [DesktopShortcuts] +%SystemRoot%\readme.txt, %README_TITLE%, %README_DESC%, 0 %SystemRoot%\system32\cmd.exe, %CMD_TITLE%, %CMD_DESC%, 0, %HOMEDRIVE%%HOMEPATH% %SystemRoot%\system32\rapps.exe, %RAPPS_TITLE_SHORT%, %RAPPS_DESC%, 0 @@ -70,6 +71,9 @@ ENTERTAINMENT=Entertainment COMMUNICATIONS=Communications GAMES=Games +README_TITLE=Read Me +README_DESC=ReactOS Read Me + CMD_TITLE=Command Prompt CMD_DESC=Open command prompt EXPLORER_TITLE=ReactOS Explorer @@ -511,6 +515,9 @@ ENTERTAINMENT=Divertissement COMMUNICATIONS=Communications GAMES=Jeux +README_TITLE=Lisez-Moi +README_DESC=Fichier Lisez-Moi pour ReactOS + CMD_TITLE=Invite de commandes CMD_DESC=Ouvrir l'invite de commandes EXPLORER_TITLE=Explorateur ReactOS