From e28298a2ddc6088e741b21af1c2d12016c7bfd0a Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 17 Nov 2003 13:49:24 +0000 Subject: [PATCH] WriteRegExpandStr should have a section of its own git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3155 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/registry.but | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Docs/src/registry.but b/Docs/src/registry.but index d67a65d4..65c5e456 100644 --- a/Docs/src/registry.but +++ b/Docs/src/registry.but @@ -18,7 +18,7 @@ Deletes the string str_name from section [section_name] from ini_filename. If th \c [/ifempty] root_key subkey -Deletes a registry key. If /ifempty is specified, the registry key will only be deleted if it has no subkeys (otherwise, the whole registry tree will be removed). Valid values for root_key are listed under WriteRegStr. The error flag is set if the key could not be removed from the registry (or if it didn't exist to begin with). +Deletes a registry key. If /ifempty is specified, the registry key will only be deleted if it has no subkeys (otherwise, the whole registry tree will be removed). Valid values for root_key are listed under \R{writeregstr}{WriteRegStr}. The error flag is set if the key could not be removed from the registry (or if it didn't exist to begin with). \S2{deleteregvalue} DeleteRegValue @@ -96,7 +96,11 @@ This command writes a dword (32 bit integer) to the registry (a user variable ca \c root_key subkey key_name value -WriteRegExpandStr \e{root_key subkey key_name value} +Write a string to the registry. See \R{writeregexpandstr}{WriteRegExpandStr} for more details. + +\S2{writeregexpandstr} WriteRegExpandStr + +\c root_key subkey key_name value Write a string to the registry. root_key must be one of: