Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The fonts are italic when uninstall the app with installshield #28381

Open
danies8 opened this issue Mar 13, 2025 · 4 comments
Open

The fonts are italic when uninstall the app with installshield #28381

danies8 opened this issue Mar 13, 2025 · 4 comments
Labels
s/needs-attention Issue has more information and needs another look t/bug Something isn't working

Comments

@danies8
Copy link

danies8 commented Mar 13, 2025

Description

In continue to this bug report:
#28295

  1. Create brand new MAUI app in windows last version.
  2. I commented the resister of the following fonts in the code
    .ConfigureFonts(fonts =>

{
//fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");

//fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");

  1. Publish as exe the maui app.
  2. Use installshield to make setup
    5 .Install the set up => fonts are OK.
    6 .Uninstall the set up => fonts are OK.

I think you have a bug.

Thanks

Steps to Reproduce

  1. Create brand new MAUI app in windows last version.
  2. I commented the resister of the following fonts in the code
    .ConfigureFonts(fonts =>

{
//fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");

//fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");

  1. Publish as exe the maui app.
  2. Use installshield to make setup
    5 .Install the set up => fonts are OK.
    6 .Uninstall the set up => fonts are OK.

Link to public reproduction project repository

...

Version with bug

9.0.40 SR4

Is this a regression from previous behavior?

No, this is something new, Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

...

Did you find any workaround?

.....

Relevant log output

....
@danies8 danies8 added the t/bug Something isn't working label Mar 13, 2025
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@danies8
Copy link
Author

danies8 commented Mar 13, 2025

@jfversluis
This the evidence you look for in previous ticket that was closed.
These fonts in windows make the problem!!!!

@StephaneDelcroix
Copy link
Contributor

4. 5 .Install the set up => fonts are OK.
6 .Uninstall the set up => fonts are OK.

so everything is OK ? I think we need more info and a repro

@StephaneDelcroix StephaneDelcroix added s/needs-info Issue needs more info from the author s/needs-repro Attach a solution or code which reproduces the issue labels Mar 14, 2025
@danies8
Copy link
Author

danies8 commented Mar 14, 2025

  1. Create a brand new MAUI app in windows last version.

  2. Publish as exe the MAUI app.
    dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true -p:RuntimeIdentifierOverride=win10-x64

  3. Use installshield to make setup.4 .Install the set up => fonts are OK on the computer.
    5 .Uninstall the set up from control panel=> fonts become italic on the computer.

If you comment the resisteration of the following fonts in the code and do same process on new machine the font are ok
when uninstalling the setup from control pannel.
**.ConfigureFonts(fonts =>
{
//fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");

//fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");**

@dotnet-policy-service dotnet-policy-service bot added s/needs-attention Issue has more information and needs another look and removed s/needs-info Issue needs more info from the author s/needs-repro Attach a solution or code which reproduces the issue labels Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s/needs-attention Issue has more information and needs another look t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants