I am trying to install my .msi application on a client Pc.
After installed it on my Personal computer it worked correctly without any problem but after installing it on other client pc some fonts and images are missing and also SQL server database does not work
which mean that those fonts are not installed on client pc so that
My question is:
Is there any way to install all used fonts on client pc during the installation of .msi on client pc ?
and what are the requirements for installing .msi on other client pc ?
Thanks in advance.