I am new to the implementation of NSIS where i would like to create a windows installer file such that it installs custom fonts to "C:\Windows\Fonts" during the installation process.
I tried to loop through my fonts directory and install all the fonts present in it but "File not found" issue is getting occurred when trying to extract the files from the directory and install it.
Can you please suggest the steps/NSIS script for checking the existence of fonts and then install the fonts using NSIS?
NSIS Script - Check the existence of fonts and register the Custom fonts
2 posts