Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Run]
- Filename: {code:GetFileNameToRun}; Description: {cm:LaunchProgram,{#MyAppName}}; Flags: nowait postinstall skipifsilent
- [Code]
- function GetFileNameToRun(Value: string): string;
- begin
- Result := 'Return whatever you want based on some condition...';
- end;
Advertisement
Add Comment
Please, Sign In to add comment