nsh now has its own name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2006 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
980c38e909
commit
11535284b8
1 changed files with 2 additions and 2 deletions
|
@ -115,12 +115,12 @@ Section "NSI Development Shell Extensions" SecExtention
|
|||
WriteRegStr HKCR ".nsi" "backup_val" $1
|
||||
Label1:
|
||||
WriteRegStr HKCR ".nsh" "" "NSHFile"
|
||||
WriteRegStr HKCR "NSHFile" "" "NSI Script File"
|
||||
WriteRegStr HKCR "NSHFile" "" "NSIS Header File"
|
||||
WriteRegStr HKCR "NSHFile\shell" "" "open"
|
||||
WriteRegStr HKCR "NSHFile\DefaultIcon" "" $INSTDIR\makensisw.exe,1
|
||||
WriteRegStr HKCR "NSHFile\shell\open\command" "" 'notepad.exe "%1"'
|
||||
WriteRegStr HKCR ".nsi" "" "NSISFile"
|
||||
WriteRegStr HKCR "NSISFile" "" "NSI Script File"
|
||||
WriteRegStr HKCR "NSISFile" "" "NSIS Script File"
|
||||
WriteRegStr HKCR "NSISFile\shell" "" "open"
|
||||
WriteRegStr HKCR "NSISFile\DefaultIcon" "" $INSTDIR\makensisw.exe,1
|
||||
WriteRegStr HKCR "NSISFile\shell\open\command" "" 'notepad.exe "%1"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue