7sh3 Цитата: а если на внешний usb жесткий или флешку то полный функционал будет как и на CD
если так, то да.
FXPELIVE Может сгодится:
Для конструктора от 7sh3
----------------------------------
1. В файле "custom_commands.cmd"
(pebuilder_xpe\plugin\100_base_xpe\postprocessing\custom_commands.cmd)
(pebuilder_xpe\temp\custom_commands.cmd)
изменить в блоке:
------------------------------------------------------------------------------------------------------------------------------------------------------------
:standalone
::in case custom_commands.cmd is used standalone: set all Flags explicitely
SET unicode2ansi=TRUE
SET infcache=TRUE
SET filecase=TRUE
SET sortISO=TRUE
на:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
:standalone
::in case custom_commands.cmd is used standalone: set all Flags explicitely
SET xpeinst=TRUE
SET unicode2ansi=TRUE
SET infcache=TRUE
SET filecase=TRUE
SET sortISO=TRUE
добавить перед блоком:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
:: ===============================================================
:: ===============================================================
:: STEP 2: convert .inf files from Unicode to Ansi
:: ===============================================================
:: ===============================================================
следующий блок:
--------------------------------------------------------------------------------------------------------------------------------------------------------------
:: ===============================================================
:: ===============================================================
:: STEP 1: Copy System Registry to XpeInst
:: ===============================================================
:: ===============================================================
:xpeinst
IF NOT "%xpeinst%"=="TRUE" GOTO end_xpeinst
IF NOT EXIST "%OutDir%\PROGRAMS\xpeinst\xpe2hdd.cmd" GOTO end_xpeinst
echo.
echo STEP 1: Copy System Registry to XpeInst
mkdir "%OutDir%\PROGRAMS\xpeinst\CONFIG"
copy "%OutDir%\I386\SYSTEM32\CONFIG\*.*" "%OutDir%\PROGRAMS\xpeinst\CONFIG\"
echo echo Copying of additional files...>>"%OutDir%\PROGRAMS\xpeinst\_add.cmd"
echo copy /y ".\CONFIG\*.*" "%%_target%%\minint\SYSTEM32\CONFIG\">>"%OutDir%\PROGRAMS\xpeinst\_add.cmd"
:end_xpeinst
-------------------------------------------------------------------------------------------------------------------------------------------------------------
3. В файле: "postprocessing.flags"
(pebuilder_xpe\plugin\100_base_xpe\postprocessing\postprocessing.flags)
(pebuilder_xpe\temp\postprocessing.flags)
было:
; ##############################
; active flags:
; ##############################
unicode2ansi=TRUE
infcache=TRUE
filecase=TRUE
sortISO=TRUE
изменить на:
; ##############################
; active flags:
; ##############################
xpeinst=TRUE
unicode2ansi=TRUE
infcache=TRUE
filecase=TRUE
sortISO=TRUE
4. В файле: "supported.flags"
(pebuilder_xpe\plugin\100_base_xpe\postprocessing\supported.flags)
(pebuilder_xpe\temp\supported.flags)
было:
; ##############################
; supported flags:
; ##############################
unicode2ansi
infcache
filecase
sortISO
изменить на:
; ##############################
; supported flags:
; ##############################
xpeinst
unicode2ansi
infcache
filecase
sortISO
и тогда не нужно:
Запускаем "pebuilder.exe" ->Постобработка ->Ничего не делать ->Создание XPE Live CD
После создания:
Заходим в папку "C:\pebuilder_xpe\plugin\pehdinst\" и запускаем файл "Посткопирование.cmd"
должна появиться папка с файлами:
"C:\pebuilder_xpe\plugin\pehdinst\CONFIG"
Конструктор ->Только постобработка
все как обычно и автоматом.
Можно модифицированные файлы поместить в плагин и заменить ими стандартные, или ручками или батником...