mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-25 10:48:04 +02:00
Do not let the OS rescale(blur) the windows installer
This commit is contained in:
@ -17,6 +17,9 @@ SetCompressor /SOLID lzma
|
|||||||
; Required execution level
|
; Required execution level
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
; Don't let the OS scale(blur) the installer GUI
|
||||||
|
ManifestDPIAware true
|
||||||
|
|
||||||
; The default installation directory
|
; The default installation directory
|
||||||
InstallDir "$PROGRAMFILES\GPXSee"
|
InstallDir "$PROGRAMFILES\GPXSee"
|
||||||
|
|
||||||
|
@ -17,6 +17,9 @@ SetCompressor /SOLID lzma
|
|||||||
; Required execution level
|
; Required execution level
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
; Don't let the OS scale(blur) the installer GUI
|
||||||
|
ManifestDPIAware true
|
||||||
|
|
||||||
; The default installation directory
|
; The default installation directory
|
||||||
InstallDir "$PROGRAMFILES64\GPXSee"
|
InstallDir "$PROGRAMFILES64\GPXSee"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user