Added IApplicationAssociationRegistration[UI]
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6147 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
50176403f5
commit
fbbbe1c31a
2 changed files with 42 additions and 2 deletions
|
@ -210,5 +210,24 @@ ShlObj.h
|
|||
|
||||
|
||||
|
||||
|
||||
/**************************************************
|
||||
Shobjidl.h
|
||||
**************************************************/
|
||||
!ifndef __WIN_NOINC_SHOBJIDL
|
||||
; ASSOCIATIONLEVEL
|
||||
!define AL_MACHINE 0
|
||||
!define AL_EFFECTIVE 1
|
||||
!define AL_USER 2
|
||||
|
||||
; ASSOCIATIONTYPE
|
||||
!define AT_FILEEXTENSION 0
|
||||
!define AT_URLPROTOCOL 1
|
||||
!define AT_STARTMENUCLIENT 2
|
||||
!define AT_MIMETYPE 3
|
||||
!endif /* __WIN_NOINC_SHOBJIDL */
|
||||
|
||||
|
||||
|
||||
!verbose pop
|
||||
!endif /* __WIN_WINDOWS__INC */
|
Loading…
Add table
Add a link
Reference in a new issue