typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4991 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2969aa40fc
commit
18baaa804d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ A usage example can be found in `Examples\Memento.nsi`.
|
|||
!define MEMENTO_REGISTRY_KEY \
|
||||
Software\Microsoft\Windows\CurrentVersion\Uninstall\MyProgram
|
||||
|
||||
3. Replace Section with ${MementoSection} and SectionEnd with ${MementoSection}
|
||||
3. Replace Section with ${MementoSection} and SectionEnd with ${MementoSectionEnd}
|
||||
for sections that whose state should be remembered by Memento.
|
||||
|
||||
For sections that should be unselected by default, use ${MementoSection}'s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue