I am using Wix to create an installation for a website.
When adding a font, WiX picks up on the .ttf extension and requires you to install it to the local Font folder (W
You can acheive the same thing with VS:
Right Click on the Setup Project, click on Properties.
Select the Tool settings Tab.
In the ICE validation section, you can suppress all warnings, or a specific one ICEXX, in this case
[ICE60]
OR
On the same TAB (Tool Settings), you can add additional parameters to the compiler or the linker. So, in the linker section just add
[-sice:ICE60]