TLama

Untitled

Apr 17th, 2014
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.20 KB | None | 0 0
  1. [Setup]
  2. UninstallDisplayIcon={code:GetUninstallDisplayIcon}
  3.  
  4. [Code]
  5. function GetUninstallDisplayIcon(Value: string): string;
  6. begin
  7.   Result := 'Return whatever you want based on some condition...';
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment