Use Win10 WoW64 API to work around ARM64 lies.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7016 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
916f1e4863
commit
000ce91737
4 changed files with 41 additions and 23 deletions
|
@ -8,7 +8,7 @@ Released on ??? ??th, 20??
|
|||
|
||||
\S2{} Major Changes
|
||||
|
||||
\b Added IsNativeProcessorArchitecture helper macros to x64.nsh
|
||||
\b Added IsNativeMachineArchitecture helper macros to x64.nsh
|
||||
|
||||
\S2{} Minor Changes
|
||||
|
||||
|
@ -3379,7 +3379,7 @@ Released on December 6th, 2002
|
|||
|
||||
\b Licence text receives initial focus (page up & down work immediately, return key still works)
|
||||
|
||||
\b Made win9x move/delete on reboot support proper and function like on win2k
|
||||
\b Made Win9x move/delete on reboot support proper and function like on Win2k
|
||||
|
||||
\b Now always loads RichEdit v2 if present (links work on Win9x)
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ Shows or hides the details, depending on which parameter you pass. Overrides the
|
|||
|
||||
\c none|listonly|textonly|both|lastused
|
||||
|
||||
Sets mode at which commands print their status. None has commands be quiet, listonly has status text only added to the listbox, textonly has status text only printed to the status bar, and both enables both (the default). For extracting many small files, textonly is recommended (especially on win9x with smooth scrolling enabled).
|
||||
Sets mode at which commands print their status. None has commands be quiet, listonly has status text only added to the listbox, textonly has status text only printed to the status bar, and both enables both (the default). For extracting many small files, textonly is recommended (especially on Win9x with smooth scrolling enabled).
|
||||
|
||||
\c SetDetailsPrint none
|
||||
\c File "secret file.dat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue