One simple question, I've used Advanced Installer along time ago to pack my files and deploy them on the client machine, and I used to pack some special fonts used by my application.
The problem is: when I uninstall the package created with Advanced Insatller the fonts included in the package also gets removed from the operation system, How can I preserve fonts after package uninstallation from within Advanced installer IDE ?
PS: I can do it using Inno Installer by using something like:
uninsneveruninstall
Example:
[Files]
;;Fonts:
Source: "C:\Windows\Fonts\DS-DIGI.TTF"; DestDir: "{fonts}"; Flags: onlyifdoesntexist uninsneveruninstall; FontInstall: "DS-Digital"
I want something like that in Advanced Installer.
Regards,
I found it eventually!
First go to the file or font you want to keep after uninstall.
Right click and choose Go to component.
The component that hold the file(s) will be highlighted and you can expand it to see the inner files: