dorukar
Posts: 12
Joined: Thu Sep 20, 2007 1:37 pm

About Fonts

Hi all,

I need help about uninstallation process. During the uninstallation process, the fonts that my program installed to the system are uninstalled too. I want to prevent this action.

Thanks for your help.

Doruk AR
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,

Please note that during the uninstallation of a MSI package, all the resources registered in it will be removed. In order to make sure that some resources remain, you need to mark them as permanent.

This can be done like this:
- go to the "Organization" page
- select the component which contains the fonts
- in the "Component Properties" page set the "Permanent" attribute

You can read more about the attributes of a component here:
http://www.advancedinstaller.com/user-g ... rties.html

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”