mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 06:38:13 -05:00
efeadb8fb8
First version of PicList. In album, you can delete remote file now. Add picBed management function.
14 lines
595 B
Plaintext
14 lines
595 B
Plaintext
!macro customInstall
|
|
SetRegView 64
|
|
WriteRegStr HKCR "*\shell\PicList" "" "Upload pictures w&ith PicList"
|
|
WriteRegStr HKCR "*\shell\PicList" "Icon" "$INSTDIR\PicList.exe"
|
|
WriteRegStr HKCR "*\shell\PicList\command" "" '"$INSTDIR\PicList.exe" "upload" "%1"'
|
|
SetRegView 32
|
|
WriteRegStr HKCR "*\shell\PicList" "" "Upload pictures w&ith PicList"
|
|
WriteRegStr HKCR "*\shell\PicList" "Icon" "$INSTDIR\PicList.exe"
|
|
WriteRegStr HKCR "*\shell\PicList\command" "" '"$INSTDIR\PicList.exe" "upload" "%1"'
|
|
!macroend
|
|
!macro customUninstall
|
|
DeleteRegKey HKCR "*\shell\PicList"
|
|
!macroend
|