Added RegKeyIsEmpty LogicLib operator
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7165 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8560a7e2cf
commit
2fa5cd37b8
4 changed files with 29 additions and 2 deletions
|
@ -85,7 +85,7 @@ This is similar to \R{getfiletime}{GetFileTime}, only it acts on the system buil
|
|||
|
||||
\c user_var(output) knownfolderid
|
||||
|
||||
Get the path of a \W{https://docs.microsoft.com/en-us/windows/win32/shell/knownfolderid}{known folder}. The error flag is set and the output variable is empty if the call fails or the knownfolderid guid is not available. This function is only able to resolve known folders Windows Vista or higher.
|
||||
Get the path of a \W{https://docs.microsoft.com/en-us/windows/win32/shell/knownfolderid}{known folder}. The error flag is set and the output variable is empty if the call fails or the knownfolderid guid is not available. This function is only able to resolve known folders on Windows Vista or higher.
|
||||
|
||||
\c !include WinCore.nsh
|
||||
\c !include LogicLib.nsh
|
||||
|
|
|
@ -6,7 +6,7 @@ Released on ? ?th, 2020
|
|||
|
||||
\S1{v3.06-rl} Release Notes
|
||||
|
||||
?
|
||||
20th anniversary
|
||||
|
||||
\S1{v3.06-cl} Changelog
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue