Index: boot/bootdata/CMakeLists.txt =================================================================== --- boot/bootdata/CMakeLists.txt (revision 61534) +++ boot/bootdata/CMakeLists.txt (working copy) @@ -59,6 +59,9 @@ #system.ini add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/system.ini DESTINATION reactos FOR all) +#win.ini +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/win.ini DESTINATION reactos FOR all) + #freeldr.ini add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcd.ini DESTINATION root NO_CAB NAME_ON_CD freeldr.ini FOR bootcd regtest) add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/livecd.ini DESTINATION root NAME_ON_CD freeldr.ini FOR livecd) Index: boot/bootdata/win.ini =================================================================== --- boot/bootdata/win.ini (revision 0) +++ boot/bootdata/win.ini (working copy) @@ -0,0 +1,7 @@ +[fonts] +[extensions] +[mci extensions] +[files] +[Mail] +MAPI=1 +[MCI Extensions.BAK] \ No newline at end of file