I'm currently using a custom font in my XNA game. As you might imagine, the game wont start if the font isn't installed on the PC. I'm planning on using try/catch to understand whether the font's installed or not.
Now, is there a way to install the font from within the code? You can take in mind that the font file is in the Content folder.