Skip to content

Commit

Permalink
Update inno script with tasks and messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Sep 27, 2024
1 parent 09a5a9b commit 0aa6853
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Build/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ UninstallDisplayName={#MyAppExeName}
ChangesAssociations=yes
VersionInfoVersion={#MyAppVersion}

[Messages]
SetupWindowTitle=Setup - {#MyAppName} v{#MyAppVersion}
SetupAppTitle=Setup - {#MyAppName} v{#MyAppVersion}

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "openwith"; Description: "Open with {#MyAppName}"; GroupDescription: "Context menu:"; Flags: unchecked
Name: "browsefolder"; Description: "Browse folder with {#MyAppName}"; GroupDescription: "Context menu:"; Flags: unchecked

[Files]
Source: "{#MyAppOutputDir}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

Expand Down

0 comments on commit 0aa6853

Please sign in to comment.