mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Do not let the OS rescale(blur) the windows installer
This commit is contained in:
parent
3c36db9f5a
commit
491c6c9a98
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user