Added ManifestDPIAware attribute
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6266 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
da2fe44184
commit
4b62ecbb31
8 changed files with 41 additions and 3 deletions
|
@ -280,6 +280,15 @@ The default string will be used if a string is empty ("").
|
|||
|
||||
Accepts variables. If variables are used, they must be initialized before the license page is created.
|
||||
|
||||
|
||||
\S2{amanifestdpiaware} ManifestDPIAware
|
||||
|
||||
\c \\<b\\>notset\\</b\\>|true|false
|
||||
|
||||
Declare that the installer is DPI-aware. A DPI-aware application is not scaled by the DWM (DPI virtualization) so the text is never blurry. NSIS does not scale the bitmap used by the tree control on the component page and some plugins might have compatibility issues so make sure that you test your installer at different DPI settings if you select \e{true}.
|
||||
|
||||
See \W{http://msdn.microsoft.com/en-us/library/dd464660}{MSDN} for more information about DPI-aware applications.
|
||||
|
||||
\S2{amanifestsupportedos} ManifestSupportedOS
|
||||
|
||||
\c none|all|WinVista|\\<b\\>Win7|Win8\\</b\\>|{GUID} [...]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue