Posted August 25, 201212 yr I looked at the pinned Win Toolkit v.1.4.0.x thread, and did a search in the Guides section... can't find anything about if I can add fonts to the install process. What I mean is just the same as any drivers or program files... except I want it to install my 2500+ .ttf files into the Windows/Fonts folder.
August 26, 201212 yr Well, you could let copy the fonts under tab "Advanced/Files", but it is a huge job with 2500 fonts!May be Lego can add an option to this tab to copy not only single files but folder too.Or you try it with a batch-file.I would do it with a batch-file after the Win7-installation.Edit:it should work also with a folder $OEM$ within the folder "sources" on the install-medium:<DVD>\sources\$OEM$\$$\Fonts\<all your fonts>All files and folders in the subfolder $$ will be copied in the windows-directory on the HDD (normally "Windows"). Edited August 26, 201212 yr by Thiersee
August 27, 201212 yr Thanks for tip Thiersee, I was also looking for a way ton integrate some fonts, not 2500 though
August 27, 201212 yr http://www.wincert.n...tallfonts-tool/ ?? you can create an addon, or an exe sfx modexample By DMD@echo offColor 4fecho ==========================================echo.echo Fonts Extraecho.echo ==========================================echo.echo Attendere...rem per vedere la descrizione dei fonts andare nel registro di sistema e portarsi nel percorsorem HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontsCD "%~p0""InstallFontsTool.exe" "aquarelle.ttf" "Aquarelle (TrueType)""InstallFontsTool.exe" "barbie.ttf" "Barbie MediumItalic (TrueType)""InstallFontsTool.exe" "cacshishonibrush.ttf" "CAC Shishoni Brush (TrueType)""InstallFontsTool.exe" "lokicola.ttf" "Loki Cola (TrueType)""InstallFontsTool.exe" "signetroundhandceattitalic.ttf" "Signet Roundhand CE ATT Italic (TrueType)""InstallFontsTool.exe" "silentinafilm.ttf" "Silentina Film (TrueType)""InstallFontsTool.exe" "silentinamovie.ttf" "Silentina Movie (TrueType)"exitCiao. Edited August 27, 201212 yr by OnePiece
September 3, 201212 yr Well, you could let copy the fonts under tab "Advanced/Files", but it is a huge job with 2500 fonts!May be Lego can add an option to this tab to copy not only single files but folder too.Put it in the request sub-forum and i'll add it.
September 3, 201212 yr ... except I want it to install my 2500+ .ttf files into the Windows/Fonts folder.While having WinToolkit do this is not a bad idea for something like just a *few* fonts, however that many should be put into a switchless installer. The installer will be compressed, so they save space. Plus, you can install on any computer you want.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.