Skip to content

Commit

Permalink
Installer: Don't use CompactOS if not on Windows 10.
Browse files Browse the repository at this point in the history
+ Fixed "access denied" error when accessing EFIESP & DPP mount points on Windows 8.1.
+ Removed wimlib-imagex as DISM is actually faster when decompressing.
  • Loading branch information
RedGreenBlue09 committed Feb 25, 2024
1 parent ac8ec7f commit a2fcef1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
Binary file removed Files/Source code/wimlib.7z
Binary file not shown.
Binary file removed Files/libwim-15.dll
Binary file not shown.
Binary file removed Files/wimlib-imagex.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ format %Win10Drive% /FS:NTFS /V:Windows10 /Q /C /Y %SevLogger%
echo ========================================================= >>"%LogName%"
echo %ESC%[97m[INFO] Installing Windows 10 ARM ...%ESC%[91m
if %WinBuild% LSS 10240 (
Files\wimlib-imagex apply install.wim 1 %Win10Drive%\ --compact=lzx %SevLogger%
Files\DISM\dism /Apply-Image /ImageFile:".\install.wim" /Index:1 /ApplyDir:%Win10Drive%\ %SevLogger%
) else (
Files\DISM\dism /Apply-Image /ImageFile:".\install.wim" /Index:1 /ApplyDir:%Win10Drive%\ /Compact %SevLogger%
)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ If you wish to redistribute such files without `LICENSE-SCRIPTS.txt`, you should
| Git | Git for Windows project | 2.43.0.1 (MinGit busybox) | [GitHub](https://github.com/git-for-windows/git/releases/tag/v2.43.0.windows.1) |
| dsfo | Dariusz Stanislawek | 1.03 | [Softpaz](https://www.softpaz.com/software/download-dsfok-windows-7269.htm) |
| VhdxTool | Systola GmbH | 2016.8.19 | [Systola](https://systola.com/support/kb100005) |
| wimlib-imagex | wimlib project | 1.14.1 | [wimlib](https://wimlib.net/index.html) |

Source code for some of these softwares are available under `Files/Source code`.

Expand Down

0 comments on commit a2fcef1

Please sign in to comment.