#define MyAppName "Első" #define MyAppExeName "elso.exe" [Setup] AppName=elso AppVersion=1.0 DefaultDirName={autopf}\Elso OutputBaseFilename=ElsoSetup LicenseFile=licenc.txt InfoBeforeFile=olvasd.txt DefaultGroupName={#MyAppName} [Files] Source: dist\elso.exe; DestDir: "{app}" [Tasks] ; Asztali ikon Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Run] ; Telepítés után futtatás Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent [Icons] ; Startmenü Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon