Added a file association example to install-per-user.nsi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7167 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
821b4d6a18
commit
b704d52400
6 changed files with 114 additions and 19 deletions
|
@ -144,6 +144,12 @@ This command writes a block of binary data to the registry. Valid values for roo
|
|||
|
||||
\c WriteRegBin HKLM "Software\My Company\My Software" "Binary Value" DEADBEEF01223211151
|
||||
|
||||
\S2{writeregnone} WriteRegNone
|
||||
|
||||
\c root_key subkey key_name
|
||||
|
||||
Writes a value without data to the registry.
|
||||
|
||||
\S2{writeregdword} WriteRegDWORD
|
||||
|
||||
\c root_key subkey key_name value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue