mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
** DEMO ** Add and enable a Mizu visual style in the LiveCD and unattended setup
This commit is contained in:
@@ -55,6 +55,9 @@ add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcd-regtest.ini DESTINATION root
|
||||
# Unattend
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcd/unattend.inf DESTINATION reactos NO_CAB FOR bootcd)
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcdregtest/unattend.inf DESTINATION reactos NO_CAB FOR regtest)
|
||||
####
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/livecd/unattend.inf DESTINATION reactos NO_CAB FOR livecd)
|
||||
####
|
||||
|
||||
# LiveImage shortcuts
|
||||
macro(add_livecd_shortcut name app dest)
|
||||
|
@@ -77,7 +77,7 @@ ProductOption = 0
|
||||
;WINETEST_PLATFORM=reactos
|
||||
|
||||
; Enable this section to enable the default ReactOS theme
|
||||
; [Shell]
|
||||
; DefaultThemesOff = no
|
||||
; CustomDefaultThemeFile = "%WINDIR%\Resources\Themes\Lautus\lautus.msstyles"
|
||||
[Shell]
|
||||
DefaultThemesOff = no
|
||||
CustomDefaultThemeFile = "%WINDIR%\Resources\Themes\Mizu\mizu.msstyles"
|
||||
|
||||
|
@@ -11,3 +11,7 @@ UnattendSetupEnabled = no
|
||||
; see hivesys.inf for available languages
|
||||
LocaleID = 409
|
||||
|
||||
[Shell]
|
||||
DefaultThemesOff = no
|
||||
CustomDefaultThemeFile = "%WINDIR%\Resources\Themes\Mizu\mizu.msstyles"
|
||||
|
||||
|
Reference in New Issue
Block a user