2019-04-15 02:10:01 -04:00
|
|
|
!macro customInstall
|
|
|
|
SetRegView 64
|
2023-02-15 10:36:47 -05:00
|
|
|
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"'
|
2019-04-15 02:10:01 -04:00
|
|
|
SetRegView 32
|
2023-02-15 10:36:47 -05:00
|
|
|
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"'
|
2019-04-15 02:10:01 -04:00
|
|
|
!macroend
|
|
|
|
!macro customUninstall
|
2023-02-15 10:36:47 -05:00
|
|
|
DeleteRegKey HKCR "*\shell\PicList"
|
2019-04-15 02:10:01 -04:00
|
|
|
!macroend
|