ShayanFiroozi
Posts: 3
Joined: Sat Aug 05, 2023 9:55 pm

Font Register Bug

It seems that Advanced Installer can not register font for All User in Windows Server ( I tested with Windows Server 2019 ).
This causing my app to show a GUI without any label or text !!!
Liviu
Posts: 1273
Joined: Tue Jul 13, 2021 11:29 am
Contact: Website

Re: Font Register Bug

Hello and welcome to our forums,

I've tested your scenario, but I cannot reproduce the behavior.

In order for us to further investigate this issue, can you please send us by email to support at advancedinstaller dot com the following resources:

1. the .AIP (setup project) file
2. the font file
3. an installation log

You can create an installation log by launching your setup package with a command line like this:

Code: Select all

msiexec /i setup.msi /L*V "D:\installLog.txt"
when using an MSI package type, or a command like this

Code: Select all

setup.exe /L*V "D:\installLog.txt"
when using an EXE package type.

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”