default value for reg keys
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2622 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6d9d1cc82d
commit
c5c57c0fdb
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
\S1{registry} Registry, INI, File Instructions
|
||||
|
||||
In all of the below registry instructions use an empty string (just two quotes with nothing between them - "") as the kye name to specify the default key which is shown as (Default) in regedit.exe.
|
||||
|
||||
\S2{deleteinisec} DeleteINISec
|
||||
|
||||
\c ini_filename section_name
|
||||
|
|
|
@ -70,7 +70,7 @@ Get the current InstType and stores the Value in the given User Variable. The va
|
|||
|
||||
\c inst_type_idx text
|
||||
|
||||
Sets the Text of the specified InstType. If the Text is empty than the InstType is removed. By using a previously unused inst_type_idx number you can create new InstTypes. To add/remove Sections to this new InstType see \R{sectionsetinsttypes}{SectionSetInstTypes}. Unlike \R{sectionin}{SectionIn} the index is zero based, which means the first installation type's index is 0.
|
||||
Sets the Text of the specified InstType. If the Text is empty than the InstType is removed. By using a previously unused inst_type_idx number you can create new InstTypes. To add/remove Sections to this new InstType see \R{sectionsetinsttypes}{SectionSetInstTypes}. Unlike \R{ssectionin}{SectionIn} the index is zero based, which means the first installation type's index is 0.
|
||||
|
||||
\S2{sinsttypegettext} InstTypeGetText
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue