Skip to content

Commit

Permalink
Merge pull request #995 from cjee21/NSIS-DPI
Browse files Browse the repository at this point in the history
Windows GUI: Enable high-DPI support for installers
  • Loading branch information
JeromeMartinez authored Dec 15, 2024
2 parents b089325 + 3e98d3f commit 50b44a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Install/MediaInfo_GUI_Windows.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
; Request application privileges for Windows Vista
RequestExecutionLevel admin

; Enable high-DPI support
ManifestDPIAware true

; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
Expand Down
3 changes: 3 additions & 0 deletions Source/Install/MediaInfo_GUI_Windows_ARM64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
; Request application privileges for Windows Vista
RequestExecutionLevel admin

; Enable high-DPI support
ManifestDPIAware true

; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
Expand Down
3 changes: 3 additions & 0 deletions Source/Install/MediaInfo_GUI_Windows_i386.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
; Request application privileges for Windows Vista
RequestExecutionLevel admin

; Enable high-DPI support
ManifestDPIAware true

; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
Expand Down
3 changes: 3 additions & 0 deletions Source/Install/MediaInfo_GUI_Windows_x64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
; Request application privileges for Windows Vista
RequestExecutionLevel admin

; Enable high-DPI support
ManifestDPIAware true

; Some defines
!define PRODUCT_NAME "MediaInfo"
!define PRODUCT_PUBLISHER "MediaArea.net"
Expand Down

0 comments on commit 50b44a2

Please sign in to comment.