nf17b 發表於 2019-6-16 01:40

nf17b 發表於 2019-6-16 01:45

tces2005 發表於 2019-6-16 09:47

本帖最後由 tces2005 於 2019-6-16 10:33 編輯

仔細看了一下,有三個問題想請問一下。
一、這個製作過程有整合 .Net Framework 3.5 嗎?
二、下載下來的 uup.7z,解壓縮之後是不是直接覆蓋執行 aria2_download_windows.cmd 之後的 18362.175_amd64_zh-tw_all_e61d6ef4_convert 目錄下的檔案,因為原本 18362.175_amd64_zh-tw_all_e61d6ef4_convert 目錄下是沒有 convert-UUP.cmd 這個檔案的,執行 aria2_download_windows.cmd 之後才會產生。

三、執行過程中發現有這樣的訊息,有沒有關係。




maodou 發表於 2019-6-16 10:12

本帖最後由 maodou 於 2019-6-16 20:00 編輯

tces2005 發表於 2019-6-16 09:47
二、下載下來的 uup.7z,解壓縮之後是不是直接覆蓋執行 aria2_download_windows.cmd 之後的 18362.175_amd64_zh-tw_all_e61d6ef4_convert 目錄下的檔案,因為原本 18362.175_amd64_zh-tw_all_e61d6ef4_convert 目錄下是沒有 convert-UUP.cmd 之個檔案的,執行 aria2_download_windows.cmd 之後才會產生。
convert-UUP.cmd 是在
18362.175_amd64_zh-tw_all_e61d6ef4_convert 目錄內的 file 目錄下的 uup-converter-wimlib.7z 裡面.
(執行 aria2_download_windows.cmd 時才會解壓縮到 18362.175_amd64_zh-tw_all_e61d6ef4_convert 目錄內)
https://i.imgur.com/LHvKJq7.png

N大原本的意思應該是: 當執行了 aria2_download_windows.cmd 後(uup-converter-wimlib.7z 已解開到 18362.175_amd64_zh-tw_all_e61d6ef4_convert目錄內),
此時正在下載UUP, 這時再把 "預先改好的 convert-UUP.cmd 複製進來(替換檔案), 另外把附件的 ext.cmd 複製進來 (18362.175_amd64_zh-tw_all_e61d6ef4_convert目錄內)"

我是覺得事先加到 uup-converter-wimlib.7z 裡面再去執行 aria2_download_windows.cmd 即可.
也就是先把 convert-UUP.cmd(取代), ext.cmd(新增) 到 uup-converter-wimlib.7z 裡面.
https://i.imgur.com/K8K7kl5.png

nf17b 發表於 2019-6-16 16:47

maodou 發表於 2019-6-16 17:06

本帖最後由 maodou 於 2019-6-22 09:55 編輯

nf17b 發表於 2019-6-16 01:40
ext.cmd 映像訊息修改
小弟修改了一下 "ext.cmd 映像訊息修改" 的部分, 這樣改版時可以不用手動修改版本號碼: -> (這樓有另一種改法可以參考)
https://i.imgur.com/7tSIkom.png:tw
%_wimlib% info %INSTLLWIM% 1 >bin\myBuild.txt 2>&1
for /f "tokens=2 delims=: " %%# in ('findstr /b "Build" bin\myBuild.txt') do set myBuild=%%#
for /f "tokens=4 delims=: " %%# in ('findstr /i /c:"Service Pack Build" bin\myBuild.txt') do set mySvcbuild=%%#
set myVersion=%myBuild%.%mySvcbuild%
del /f /q bin\myBuild.txt %_Nul3%

%_wimlib% info %INSTLLWIM% 1 --image-property NAME="Windows 10 Pro %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 1 --image-property DESCRIPTION="Windows 10 專業版"
%_wimlib% info %INSTLLWIM% 1 --image-property DISPLAYNAME="Windows 10 專業版"
%_wimlib% info %INSTLLWIM% 1 --image-property DISPLAYDESCRIPTION="Windows 10 Pro %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 1 --image-property FLAGS="Professional"

%_wimlib% info %INSTLLWIM% 2 --image-property NAME="Windows 10 Home %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 2 --image-property DESCRIPTION="Windows 10 家用版"
%_wimlib% info %INSTLLWIM% 2 --image-property DISPLAYNAME="Windows 10 家用版"
%_wimlib% info %INSTLLWIM% 2 --image-property DISPLAYDESCRIPTION="Windows 10 Home %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 2 --image-property FLAGS="Core"

%_wimlib% info %INSTLLWIM% 3 --image-property NAME="Windows 10 Enterprise %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 3 --image-property DESCRIPTION="Windows 10 企業版"
%_wimlib% info %INSTLLWIM% 3 --image-property DISPLAYNAME="Windows 10 企業版"
%_wimlib% info %INSTLLWIM% 3 --image-property DISPLAYDESCRIPTION="Windows 10 Enterprise %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 3 --image-property FLAGS="Enterprise"

%_wimlib% info %INSTLLWIM% 4 --image-property NAME="Windows 10 Education %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 4 --image-property DESCRIPTION="Windows 10 教育版"
%_wimlib% info %INSTLLWIM% 4 --image-property DISPLAYNAME="Windows 10 教育版"
%_wimlib% info %INSTLLWIM% 4 --image-property DISPLAYDESCRIPTION="Windows 10 Education %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 4 --image-property FLAGS="Education"

%_wimlib% info %INSTLLWIM% 5 --image-property NAME="Windows 10 Pro Education %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 5 --image-property DESCRIPTION="Windows 10 專業教育版"
%_wimlib% info %INSTLLWIM% 5 --image-property DISPLAYNAME="Windows 10 專業教育版"
%_wimlib% info %INSTLLWIM% 5 --image-property DISPLAYDESCRIPTION="Windows 10 Pro Education %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 5 --image-property FLAGS="ProfessionalEducation"

%_wimlib% info %INSTLLWIM% 6 --image-property NAME="Windows 10 Pro for Workstations %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 6 --image-property DESCRIPTION="Windows 10 工作站專業版"
%_wimlib% info %INSTLLWIM% 6 --image-property DISPLAYNAME="Windows 10 工作站專業版"
%_wimlib% info %INSTLLWIM% 6 --image-property DISPLAYDESCRIPTION="Windows 10 Pro for Workstations %branch% Build %myVersion%"
%_wimlib% info %INSTLLWIM% 6 --image-property FLAGS="ProfessionalWorkstation"
goto end
https://i.imgur.com/4HXNhSf.png

john823 發表於 2019-6-16 20:50

maodou 發表於 2019-6-16 17:06
小弟修改了一下 "ext.cmd 映像訊息修改" 的部分, 這樣改版時可以不用手動修改版本號碼:
...

經測試:19H1適用,20H1不行。

nf17b 發表於 2019-6-16 20:57

maodou 發表於 2019-6-16 21:38

本帖最後由 maodou 於 2019-6-16 21:41 編輯

john823 發表於 2019-6-16 20:50
經測試:19H1適用,20H1不行。Windows Insider測試分支好像都是先被歸類為RS (RedStone) PreRelease.https://i.imgur.com/stm3Fi0.png

你可以刪掉 %branch% 參數, 這樣就只會出現像是 Windows 10 Pro Build 18917.1000 (沒有 RS_PRERELEASE)%_wimlib% info %INSTLLWIM% 1 --image-property NAME="Windows 10 Pro Build %myVersion%"

maodou 發表於 2019-6-16 22:10

本帖最後由 maodou 於 2019-6-16 22:13 編輯

tces2005 發表於 2019-6-16 09:47
一、這個製作過程有整合 .Net Framework 3.5 嗎?

如果要整合 .Net Framework 3.5:
修改 18362.175_amd64_zh-tw_all_e61d6ef4_convert\files 目錄底下的 ConvertConfig.ini
把 NetFx3 設為 1 (NetFx3       =1)

https://i.imgur.com/aB379Im.png

頁: [1] 2 3
查看完整版本: Windows 10 19H1 18362.175 x64 UUP 6in1 轉換教學