Skip to content
Discussion options

You must be logged in to vote

I've found the way around this - manually adding RegisterFonts to the InstallExecuteSequence in my Product.wxs file. If you would like, I can get this written up as a bug (unless this isn't considered a bug with Wix 4, and this is considered correct behaviour)?

Adding this to your product.wxs file will ensure that fonts get registered:

<InstallExecuteSequence> <RegisterFonts Sequence="5300"/> </InstallExecuteSequence>

Thanks again for your assistance!

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@robmen
Comment options

@kerrywicks
Comment options

Answer selected by kerrywicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants