I want to install an APK from PC to Android device. And because of user's Android and generally technical skills, I need to do it as automatically (silently) as possible. So how do I send an APK from PC to Android and start install there?
adb install <path_to_apk>
http://developer.android.com/guide/developing/tools/adb.html#move