[SOLVED] Add Fonts to Windows ISO

clarensio

Active Member
Messages
368
Reaction score
98
Is it possible to natively add fonts to the ISO from NTLite (and make them clearly "see" as installed in Windows)?
 
Is it possible to natively add fonts to the ISO from NTLite (and make them clearly "see" as installed in the db) to Windows?
 
Thanks Garlin…

You were, as always synthetic but irreplaceable. I tried my installation with “fontreg” and it works perfectly!!!
Thanks again for your irreplaceable expertise.

For those who, like me, have this need, here is a summary guide of what I have done (and if anyone has different solutions ... they are welcome).

PREMISE:
starting from the UUP ISO, I extract and "work" with NTLITE (install.wim "isolated") the following additional versions:
- Home without privacy requests during installation
- Prof and Ent. without Microsoft Edge (natively)
- Ent. without Edge and without Microsoft Store (natively)

PREPARATION 1 WITH NTLITE:
Always with NTLite, for each version, added (among other things…) in Post-Setup also the following executable: Fontreg.exe /S .

PREPARATION 2 WITH 7ZIP:
Open with 7Zip the respective install.wim in the personal folder "isolated" and navigate to the folder /Windows/Fonts.
“Add” the fonts you need. Save the modified install.wim (just go up in 7Zip past the root folder of di install.win itself).

PREPARATION 3 WITH NTLITE:
Add to the native ISO (from UUP) all versions modified with NTLite according to this guide How to create a custom image with multiple editions.
Added all the versions to the ISO, create, with NTLite, the final ISO (Create ISO).

Et voilà!!!
 
Font files can be copied to the mounted image's Fonts folder, but the problem is updating the registry. My solution is run FontReg in Post-Setup, it will scan the folder and silently update the fonts list.
Where do I put my "custom" fonts that didn't come with Windows , Where do I make my "Fonts" Folder so fontreg will find them?? JTM
 
1. Using 7-Zip or another tool, extract the ISO to a local folder.

2. Open a CMD window as Administrator.
Code:
cd /path/to/extracted/folder
mkdir sources\$OEM$\$$\Fonts

3. Using CMD or Explorer, copy your font files into the newly created subfolder.

4. Download and extract FontReg.

5. From NTLite, load the ISO folder.

6. On the Post-Setup screen, Add / File (Before logon) -> fontreg.exe. Under the Parameters column, add the option "/S".

7. Apply changes, and create a new ISO. fontreg will re-index everything added to C:\Windows\Fonts.
 
You didn't follow steps 2 & 3. Create a new Fonts folder, and copy your font files there.
 
Hi garlin can you describe with details step 5, how is possible to upload extract ISO ??? Did you test this process? Thanks for your help
 
Hi garlin can you describe with details step 5, how is possible to upload extract ISO ??? Did you test this process? Thanks for your help
Once you have extracted the ISO in any folder (for example C:\Pippo), you just need to open NTLite and

Image --> Add --> Image directory​

and from explorer browse to the folder (c:\pippo)
 

Attachments

  • Snap59.png
    Snap59.png
    12 KB
Back
Top