fixed bug #1894033 - typo in help file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5538 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
090a89e4e0
commit
462f808391
1 changed files with 2 additions and 2 deletions
|
@ -77,10 +77,10 @@ Does not affect \R{ainstalldirregkey}{InstallDirRegKey}. Instead, the registry c
|
|||
|
||||
\c SetRegView 32
|
||||
\c ReadRegStr $0 HKLM Software\Microsoft\Windows\CurrentVersion ProgramFilesDir
|
||||
\c DetailPrit $0 # prints C:\Program Files (x86)
|
||||
\c DetailPrint $0 # prints C:\Program Files (x86)
|
||||
\c SetRegView 64
|
||||
\c ReadRegStr $0 HKLM Software\Microsoft\Windows\CurrentVersion ProgramFilesDir
|
||||
\c DetailPrit $0 # prints C:\Program Files
|
||||
\c DetailPrint $0 # prints C:\Program Files
|
||||
|
||||
\c Function .onInit
|
||||
\c SetRegView 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue