Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Icons]
- //Name: "{userstartmenu}\Ubuntu"; Filename: "{app}\ubuntu1804.exe"
- [Code]
- procedure CurStepChanged(CurStep: TSetupStep);
- var
- ResultCode: Integer;
- begin
- if CurStep = ssPostInstall then
- begin
- FileCopy(ExpandConstant('{app}\ubuntu1804.exe'), ExpandConstant('{userstartmenu}\Ubuntu'), False);
- end;
- end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement