Jump to skipNSHAssoc not skipNSIAssoc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2151 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
aef4207321
commit
4656729df3
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Section "NSI Development Shell Extensions" SecExtention
|
|||
Label1:
|
||||
WriteRegStr HKCR ".nsh" "" "NSHFile"
|
||||
ReadRegStr $0 HKCR "NSHFile" ""
|
||||
StrCmp $0 "" 0 skipNSIAssoc
|
||||
StrCmp $0 "" 0 skipNSHAssoc
|
||||
WriteRegStr HKCR "NSHFile" "" "NSIS Header File"
|
||||
WriteRegStr HKCR "NSHFile\shell" "" "open"
|
||||
WriteRegStr HKCR "NSHFile\DefaultIcon" "" $INSTDIR\makensisw.exe,1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue