[Shell Extension] Right-click adb install (v1.0)

igashu

Member
Mar 21, 2009
40
3
0
I'm sure people have done this already but I just added the registry key to make my life easier and didn't see one posted here so I figured I'd make it available. A very simple shell extension to allow right-click->Install of .apk files.

It assumes the adb.exe binary to be located in the default location at c:\android-sdk-windows\tools\adb.exe so modify the .reg file as needed if you've installed to a different location or are still using an older version of the SDK. The install is always done with the -r flag, so it will work on first installs as well as on "update" installs.

Will release another version with uninstall capability as well when I get time, but that will probably require an additional .dll file to be included since it'll need to read the package name from inside the apkfile. (If anyone would like to take a crack at that in the meantime feel free!)

For what it's worth, enjoy :)

EDIT: If it's the only registered action it will also be the default action, so you can just double-click too.
 

Attachments

Last edited:
  • Like
Reactions: Aqq123 and dex4ever