Switch icon creation to additional tasks rather than components

This commit is contained in:
Thomas Goyne 2014-05-05 17:37:07 -07:00
parent 48250db656
commit 75641141d6
1 changed files with 5 additions and 7 deletions

View File

@ -32,11 +32,9 @@
; Contact: mailto:nielsm@indvikleren.dk ; Contact: mailto:nielsm@indvikleren.dk
; ;
[Components] [Tasks]
; Actual program Name: "startmenuicon"; Description: "Create a start menu icon"; GroupDescription: "{cm:AdditionalIcons}"
Name: main; Description: Aegisub; Types: compact full custom; Languages: ; Flags: fixed Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: main/icons; Description: Start menu icon; Types: custom compact full
Name: main/qcklnch; Description: Quick launch icon; Types: custom compact full
[Files] [Files]
; main ; main
@ -44,8 +42,8 @@ DestDir: {app}; Source: ..\..\bin\aegisub{#ARCH}.exe; Flags: ignoreversion
DestDir: {app}; Source: license.txt; Flags: ignoreversion; Tasks: ; Languages: DestDir: {app}; Source: license.txt; Flags: ignoreversion; Tasks: ; Languages:
[Icons] [Icons]
Name: {commonprograms}\Aegisub; Filename: {app}\aegisub{#ARCH}.exe; WorkingDir: {app}; IconIndex: 0; Components: main/icons; Comment: Create and edit subtitle files Name: {commonprograms}\Aegisub; Filename: {app}\aegisub{#ARCH}.exe; WorkingDir: {app}; IconIndex: 0; Tasks: startmenuicon; Comment: Create and edit subtitle files
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Aegisub; Filename: {app}\aegisub{#ARCH}.exe; WorkingDir: {app}; IconIndex: 0; Components: main/qcklnch; Comment: Create and edit subtitle files Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Aegisub; Filename: {app}\aegisub{#ARCH}.exe; WorkingDir: {app}; IconIndex: 0; Tasks: quicklaunchicon; Comment: Create and edit subtitle files
[Registry] [Registry]
; Register in App Paths so the user can conveniently enter 'aegisub' in their Run box ; Register in App Paths so the user can conveniently enter 'aegisub' in their Run box