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:
kichik 2003-02-13 11:28:56 +00:00
parent aef4207321
commit 4656729df3

View file

@ -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