I could not find an example.
I attempt the following:
I attempt the following:
var project = new Project("MyProgram",
new Dir(@"%ProgramFiles%\My Company, Inc.\MyProgram",
new Files(@"C:\Users\ddavi\Documents\Visual Studio 2015\Projects\MyProgram\Test\bin\debug\*.dll"),
new File(@"C:\Users\ddavi\Documents\Visual Studio 2015\Projects\MyProgram\Test\bin\Debug\MyProgram.exe")),
new Dir(@"%FontsFolder%", new File(@"C:\Windows\Fonts\Roboto-Bold.ttf")));
The program installs fine, but I do not see the font being installed even after rebooting the machine. In Wix you have to specify that the font file is truetype, etc. I do not see an option for such a thing? What is the correct way to install a font through wixsharp?