#define MyAppName "CountFolderFiles" #define MyAppVersion "2024.5.27" #define MyAppExeName "CountFolderFiles.exe" [Setup] AppId={{36E2CFC5-BBD7-403E-B6E4-65D39DAEE8D5} AppName={#MyAppName} AppVersion={#MyAppVersion} DefaultDirName={autopf}\{#MyAppName} DefaultGroupName={#MyAppName} LicenseFile=LICENSE.txt PrivilegesRequired=lowest OutputBaseFilename=CountFolderFilesSetup Compression=lzma SolidCompression=yes WizardStyle=modern [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Files] Source: "{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{usersendto}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"