TLama

Untitled

Apr 17th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.26 KB | None | 0 0
  1. [Run]
  2. Filename: {code:GetFileNameToRun}; Description: {cm:LaunchProgram,{#MyAppName}}; Flags: nowait postinstall skipifsilent
  3.  
  4. [Code]
  5. function GetFileNameToRun(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