Minor docs corrections

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7119 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-09-04 19:50:23 +00:00
parent 903629493a
commit 28f43ca941

View file

@ -285,7 +285,7 @@ Accepts variables. If variables are used, they must be initialized before the li
\c \\<b\\>notset\\</b\\>|true|false
\# Note: PerMonitor is not documented because it is not fully supported yet, we need to handle WM_DPICHANGED
\# Note: true==System. PerMonitor is not documented because it is not fully supported yet, we need to handle WM_DPICHANGED.
\# Example: ManifestDPIAware System ; System DPI on Vista/7/8/8.1/10(<10.1607(AU))
\# Example: ManifestDPIAwareness "PerMonitorV2,System" ; PMv2 on 10.1703(CU)+, System on 10.1607(AU)
@ -293,6 +293,10 @@ Declare that the installer is DPI-aware. A DPI-aware application is not scaled b
See \W{http://msdn.microsoft.com/en-us/library/dd464660}{MSDN} for more information about DPI-aware applications.
\# \S2{amanifestdpiawareness} ManifestDPIAwareness
\#
\# \c \\<b\\>notset\\</b\\>|comma_separated_string
\S2{amanifestlongpathaware} ManifestLongPathAware
\c \\<b\\>notset\\</b\\>|true|false
@ -349,7 +353,7 @@ Specifies the output file that the MakeNSIS should write the installer to. This
\c [/OVERWRITE|/REPLACE] file restype resname [reslang]
Adds \cw{file} as a resource to the installer and uninstaller. \cw{restype} specifies the resource type and can be any string or # followed by a standard type or number. \cw{resname} must be # followed by a number. \cw{reslang} is optional and specifies the language id of the resource. Replacing standard NSIS resource is not supported, you should use \R{aicon}{Icon} and \R{achangeui}{ChangeUI} instead.
Adds \cw{file} as a resource to the installer and uninstaller. \cw{restype} specifies the resource type and can be any string or # followed by a standard type or number. \cw{resname} must be # followed by a number. \cw{reslang} is optional and specifies the language id of the resource. Replacing standard NSIS resources is not supported, you should use \R{aicon}{Icon} and \R{achangeui}{ChangeUI} instead.
\c PEAddResource "myimage.bmp" "#2" "#1337"
\c PEAddResource "mybonus.ico" "#Icon" "#200"