Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Setup]
- UninstallDisplayIcon={code:GetUninstallDisplayIcon}
- [Code]
- function GetUninstallDisplayIcon(Value: string): string;
- begin
- Result := 'Return whatever you want based on some condition...';
- end;
Advertisement
Add Comment
Please, Sign In to add comment