0

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.

Nemo
  • 203
  • 3
  • 12
  • This needs more detail. If there are missing images, are you explicitly installing them? Or assuming they get installed somehow? Which fonts are missing? Fonts are mostly part of the OS so it's not obvious what you mean by "missing". If your SQL Server database does not work, what does that mean? Are you saying you have an app that you've installed but it won't connect to SQL? – PhilDW Jul 17 '18 at 18:33

1 Answers1

1

Can't answer properly right now, but here is a start: You can install fonts during your installation, provided you have the rights to do so (that the font is redistributable - I am not up to speed on the legalese).

Maybe read this answer for some font installation details. I have not installed fonts in ages, but give that a go first. It sounds like you need to install a number of things to get your application working on client's PCs. How do you use SQL server? Do you just connect to a remote instance, or do you need to set up custom databases during installation?

What tool are you using to create your MSI?

Stein Åsmul
  • 39,960
  • 25
  • 91
  • 164