success i am finishing the old year with the ability to construct Code: C:\>cd 22621 C:\22621>full_build.cmd C:\22621>cd /d "C:\22621\" C:\22621>set EditionID=EnterpriseEval C:\22621>set EditionFriendlyName="Windows 11 Enterprise Eval" C:\22621>set Flags=EnterpriseEval C:\22621>rmdir /q /s logs 1>NUL 2>&1 C:\22621>mkdir logs 1>NUL 2>&1 C:\22621>mkdir mount 1>NUL 2>&1 C:\22621>dism /logpath:logs\mount.log /mount-wim /wimfile:install.wim /index:1 /mountdir:mount || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Mounting image [==========================100.0%==========================] The operation completed successfully. C:\22621>call build.cmd || exit /b 1 C:\22621>mkdir logs 1>NUL 2>&1 C:\22621>dism /logpath:logs\1.log /image:mount /apply-unattend:sxs\1.xml || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.22621.1 [==========================100.0%==========================] The operation completed successfully. C:\22621>dism /logpath:logs\2.log /image:mount /add-package /packagepath:lp || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.22621.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.22621.1 [==========================100.0%==========================] The operation completed successfully. C:\22621>copy mount\Windows\servicing\Editions\EnterpriseEvalEdition.xml mount\Windows\EnterpriseEval.xml 1 file(s) copied. C:\22621>dism /logpath:logs\3.log /image:mount /apply-unattend:mount\Windows\EnterpriseEval.xml || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.22621.1 The operation completed successfully. C:\22621>dism /logpath:logs\4-currentedition.log /image:mount /get-currentedition || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.22621.1 Została podjęta próba uzyskania dostępu do gniazda w sposób zabroniony przez przypisane do niego uprawnienia dostępu. Current Edition : EnterpriseEval The operation completed successfully. C:\22621>dism /logpath:logs\5-targetedition.log /image:mount /get-targeteditions || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.22621.1 Editions that can be upgraded to: (The current edition cannot be upgraded to any target editions.) The operation completed successfully. C:\22621>dism /logpath:logs\6-intl.log /image:mount /set-allintl:pl-PL || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.22621.1 Input locale has been set to: pl-PL System locale has been set to: pl-PL User locale has been set to: pl-PL UI language has been set to: pl-PL The operation completed successfully. C:\22621>dism /logpath:logs\7-analyze.log /image:mount /cleanup-image /analyzecomponentstore || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.22621.1 [==========================100.0%==========================] Component Store (WinSxS) information: Windows Explorer Reported Size of Component Store : 6.05 GB Actual Size of Component Store : 6.03 GB Shared with Windows : 5.13 GB Backups and Disabled Features : 900.05 MB Cache and Temporary Data : 0 bytes Date of Last Cleanup : Number of Reclaimable Packages : 0 Component Store Cleanup Recommended : Yes The operation completed successfully. C:\22621>dism /logpath:logs\8-cleanup.log /image:mount /cleanup-image /startcomponentcleanup || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image Version: 10.0.22621.1 [===========================99.8%========================= ] The operation completed successfully. C:\22621>dism /logpath:logs\unmount.log /unmount-wim /mountdir:mount /commit || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.26100.5074 Image File : C:\22621\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. C:\22621>install_wim_done.cmd || exit /b 1 C:\22621>wimlib-imagex info install.wim 1 --image-property NAME="Windows 11 Enterprise Eval" --image-property DESCRIPTION="Windows 11 Enterprise Eval" --image-property FLAGS=EnterpriseEval --image-property DISPLAYNAME="Windows 11 Enterprise Eval" --image-property DISPLAYDESCRIPTION="Windows 11 Enterprise Eval" The NAME property of image 1 already has value "Windows 11 Enterprise Eval". Setting the DESCRIPTION property of image 1 to "Windows 11 Enterprise Eval". Setting the FLAGS property of image 1 to "EnterpriseEval". Setting the DISPLAYNAME property of image 1 to "Windows 11 Enterprise Eval". Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 11 Enterprise Eval". C:\22621>wimlib-imagex optimize install.wim "install.wim" original size: 2406271 KiB Using LZX compression with 8 threads Archiving file data: 5332 MiB of 5332 MiB (100%) done "install.wim" optimized size: 2405186 KiB Space saved: 1085 KiB C:\22621> xinso - your hint was helpful thanks again one zhanglin's post and one ace2's post were also helpful
Q: What's the difference between them? dism /english /online /add-package /packagename:BlaBlaBla.cab dism /english /online /add-package:BlaBlaBla.cab A: Same. Q: What's the difference between them? dism /english /online /add-package:BlaBlaBla.cab dism /english /online /add-package:BlaBlaBla A: Different. dism /english /online /add-package:BlaBlaBla.cab ---> install BlaBlaBla.cab. dism /english /online /add-package:BlaBlaBla ---> install all packages in BlaBlaBla folder.
Excuse me. About gailium119's solutions. 1. 28000 Integrity Verification. It is ServicingStack wcp.dll. 2. 19045 ESU.... What is that? Same wcp.dll? I do too many things to remenber...
gailium119 patched extendedsecurityupdatesai.dll https://forums.mydigitallife.net/th...s-reconstructions.88605/page-186#post-1899798 here is modded ssu https://forums.mydigitallife.net/th...s-reconstructions.88605/page-186#post-1899800
[15063.2679 EnterpriseN amd64 en-US] Code: ------------------------------------------------------------ Set EnterpriseN key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.15063.2430 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : EnterpriseN (Volume_GVLK) ============================================================
construct 26100.1 enterprise pl-pl Code: C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>full_build.cmd C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>cd /d "C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64\" C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>set EditionID=Professional C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>set EditionFriendlyName="Windows 11 Professional" C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>set Flags=Professional C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>rmdir /q /s logs 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>mkdir logs 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>mkdir mount 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>mkdir temp 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>dism /logpath:logs\mount.log /mount-wim /wimfile:install.wim /index:1 /mountdir:mount || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Mounting image [==========================100.0%==========================] The operation completed successfully. C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>call build.cmd || exit /b 1 C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>mkdir logs 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>mkdir temp 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>dism /logpath:logs\1.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64\temp" /image:mount /apply-unattend:1.xml || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.26100.1 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>dism /logpath:logs\2.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64\temp" /image:mount /add-package /packagepath:lp || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>copy mount\Windows\servicing\Editions\ProfessionalEdition.xml mount\Windows\Professional.xml 1 file(s) copied. C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>dism /logpath:logs\3.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64\temp" /image:mount /apply-unattend:mount\Windows\Professional.xml || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.26100.1 The operation completed successfully. C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64\temp" /image:mount /get-currentedition /english || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.26100.1 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64\temp" /image:mount /get-targeteditions /english || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.26100.1 Editions that can be upgraded to: Target Edition : Professional Target Edition : Education Target Edition : ProfessionalCountrySpecific Target Edition : ProfessionalEducation Target Edition : ProfessionalSingleLanguage Target Edition : ProfessionalWorkstation Target Edition : IoTEnterprise Target Edition : IoTEnterpriseK Target Edition : ServerRdsh Target Edition : CloudEdition The operation completed successfully. C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>dism /logpath:logs\unmount.log /unmount-wim /mountdir:mount /commit || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image File : C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>install_wim_done.cmd || exit /b 1 C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>wimlib-imagex info install.wim 1 --image-property NAME="Windows 11 Professional" --image-property DESCRIPTION="Windows 11 Professional" --image-property FLAGS=Professional --image-property DISPLAYNAME="Windows 11 Professional" --image-property DISPLAYDESCRIPTION="Windows 11 Professional" Setting the NAME property of image 1 to "Windows 11 Professional". Setting the DESCRIPTION property of image 1 to "Windows 11 Professional". Setting the FLAGS property of image 1 to "Professional". Setting the DISPLAYNAME property of image 1 to "Windows 11 Professional". Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 11 Professional". C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>wimlib-imagex optimize install.wim "install.wim" original size: 2543780 KiB Using XPRESS compression with 8 threads Archiving file data: 5463 MiB of 5463 MiB (100%) done "install.wim" optimized size: 2542964 KiB Space saved: 815 KiB C:\Users\LocalAdmin\Downloads\Professional_26100.1_x64>
construct 28000.1 enterprise pl-pl Code: C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>full_build.cmd C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>cd /d "C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64\" C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>set EditionID=Professional C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>set EditionFriendlyName="Windows 11 Enterprise" C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>set Flags=Professional C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>rmdir /q /s logs 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>mkdir logs 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>mkdir mount 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>mkdir temp 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>dism /logpath:logs\mount.log /mount-wim /wimfile:install.wim /index:1 /mountdir:mount || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Mounting image [==========================100.0%==========================] The operation completed successfully. C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>call build.cmd || exit /b 1 C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>mkdir logs 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>mkdir temp 1>NUL 2>&1 C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>dism /logpath:logs\1.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64\temp" /image:mount /apply-unattend:1.xml || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.28000.1 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>dism /logpath:logs\2.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64\temp" /image:mount /add-package /packagepath:lp || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.28000.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.28000.1 [==========================100.0%==========================] The operation completed successfully. C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>del mount\Windows\*.xml Could Not Find C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64\mount\Windows\*.xml C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>copy mount\Windows\servicing\Editions\ProfessionalEdition.xml mount\Windows\Professional.xml 1 file(s) copied. C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>dism /logpath:logs\3.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64\temp" /image:mount /apply-unattend:mount\Windows\Professional.xml || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.28000.1 The operation completed successfully. C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64\temp" /image:mount /get-currentedition /english || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.28000.1 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64\temp" /image:mount /get-targeteditions /english || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image Version: 10.0.28000.1 Editions that can be upgraded to: Target Edition : Professional Target Edition : Education Target Edition : ProfessionalCountrySpecific Target Edition : ProfessionalEducation Target Edition : ProfessionalSingleLanguage Target Edition : ProfessionalWorkstation Target Edition : IoTEnterprise Target Edition : IoTEnterpriseK Target Edition : ServerRdsh Target Edition : CloudEdition The operation completed successfully. C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>dism /logpath:logs\unmount.log /unmount-wim /mountdir:mount /commit || exit /b 1 Deployment Image Servicing and Management tool Version: 10.0.22621.2792 Image File : C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>install_wim_done.cmd || exit /b 1 C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>wimlib-imagex info install.wim 1 --image-property NAME="Windows 11 Enterprise" --image-property DESCRIPTION="Windows 11 Enterprise" --image-property FLAGS=Professional --image-property DISPLAYNAME="Windows 11 Enterprise" --image-property DISPLAYDESCRIPTION="Windows 11 Enterprise" Setting the NAME property of image 1 to "Windows 11 Enterprise". Setting the DESCRIPTION property of image 1 to "Windows 11 Enterprise". Setting the FLAGS property of image 1 to "Professional". Setting the DISPLAYNAME property of image 1 to "Windows 11 Enterprise". Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 11 Enterprise". C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>wimlib-imagex optimize install.wim "install.wim" original size: 3006759 KiB Using XPRESS compression with 8 threads Archiving file data: 6276 MiB of 6276 MiB (100%) done "install.wim" optimized size: 3005733 KiB Space saved: 1026 KiB C:\Users\LocalAdmin\Downloads\Enterprise_28000.1_x64>
without langpack and useless stuff - handwriting and etc. only english ui with typing and other typing
Why you mount install.wim to construct ? Construction doesn't need install.wim. Install.wim is of Professional Edition, Isn't it ? Sorry my englsih is not good.