Skip to content

Commit

Permalink
Add avif to Inno installer registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 authored Oct 9, 2024
1 parent 51e0310 commit 994dd90
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Build/registry.iss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ Root: HKCR; Subkey: "{#MyAppName}\DefaultIcon"; ValueData: "{app}\{#
Root: HKCR; Subkey: "HdrImg\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""


; AVIF
Root: HKCR; Subkey: ".avif"; ValueType: string; ValueName: ""; ValueData: "AvifImg"; Flags: uninsdeletevalue
Root: HKCR; Subkey: "AvifImg"; ValueType: string; ValueName: ""; ValueData: "AV1 Image File Format"; Flags: uninsdeletekey
Root: HKCR; Subkey: "{#MyAppName}\DefaultIcon"; ValueData: "{app}\{#MyAppExeName},0"; ValueType: string; ValueName: ""
Root: HKCR; Subkey: "AvifImg\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""



; SVG
Root: HKCR; Subkey: ".svg"; ValueType: string; ValueName: ""; ValueData: "SvgImg"; Flags: uninsdeletevalue
Expand Down Expand Up @@ -425,4 +432,4 @@ Root: HKCR; Subkey: "CbtImg\shell\open\command"; ValueType: string; ValueName: "
Root: HKCR; Subkey: ".cbz"; ValueType: string; ValueName: ""; ValueData: "CbzImg"; Flags: uninsdeletevalue
Root: HKCR; Subkey: "CbzImg"; ValueType: string; ValueName: ""; ValueData: "Comic Book Zip Archive"; Flags: uninsdeletekey
Root: HKCR; Subkey: "{#MyAppName}\DefaultIcon"; ValueData: "{app}\{#MyAppExeName},0"; ValueType: string; ValueName: ""
Root: HKCR; Subkey: "CbzImg\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""
Root: HKCR; Subkey: "CbzImg\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""

0 comments on commit 994dd90

Please sign in to comment.