Note-- Some antiviruses may give false-positive you can convert bat to exe yourself if you dont trust my installer.exe
#Updated files Now you dont need to donwload platform-tools
Functionalities -
- APK installer
- File transfer to WSA
- One clcik WSA settings.
Donwload platform tools from here - https://developer.android.com/studio/releases/platform-tools
Download the zip and extract it anywhere.
Go to apk file's properties, and click on change.
Now locate and select the installer.exe file in extracted folder.
Click apply ok
Now everytime you open apk file it will be installed. please open issue if there is any problem.
Update 1.0.1.5
Now works with drag and drop, and open with context menu.
Some things to consider for the future: - [] Currently ADB is an executable as a part of your distribution. It's not exactly kosher and should be replaced with on-line acquisition of ABD. Otherwise, Google might flag your repo - [] Go installer is rather basic, but works ad desired. Some TLC required
I've added go installer wrapper to installer.bat. If you want to do any changes in the installer itself, use build.bat
script to re-build the application.
After go builds the app, I'm using https://github.com/akavel/rsrc to embed the Windows manifest to the EXE file, so Windows would treat it as an app that should be run under admin privileges.