feature/IO-3205-Paint-Scale-Integrations: Pre Protocol Handler Keep ALive.
This commit is contained in:
13
scripts/installer.nsh
Normal file
13
scripts/installer.nsh
Normal file
@@ -0,0 +1,13 @@
|
||||
!macro customInstall
|
||||
; Register imexmedia protocol
|
||||
WriteRegStr HKCR "imexmedia" "" "URL:ImEX Shop Partner Protocol"
|
||||
WriteRegStr HKCR "imexmedia" "URL Protocol" ""
|
||||
WriteRegStr HKCR "imexmedia\\shell" "" ""
|
||||
WriteRegStr HKCR "imexmedia\\shell\\open" "" ""
|
||||
WriteRegStr HKCR "imexmedia\\shell\\open\\command" "" '"$INSTDIR\ShopPartner.exe" "%1"'
|
||||
!macroend
|
||||
|
||||
!macro customUnInstall
|
||||
; Remove imexmedia protocol
|
||||
DeleteRegKey HKCR "imexmedia"
|
||||
!macroend
|
||||
Reference in New Issue
Block a user