mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[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
This commit is contained in:
parent
09084fe16a
commit
5fa287634d
2 changed files with 8 additions and 0 deletions
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue