Sunday, 27 March 2016

How To Deploy App From PC to Windows Phone




You can deploy Windows Phone apps to the emulator or to a phone from Visual Studio. You can also deploy apps by using the Application Deployment tool. This tool is installed when you install the Windows Phone development tools.
The Application Deployment tool has both a standalone version (appdeploy.exe) and a command-line version (appdeploy.cmd). The command-line tool lets you deploy an app from a script or from a custom app.


To deploy an app with a standalone tool, use the Application Deployment tool (appdeploy.exe). This tool is installed when you install the Windows Phone development tools.

To deploy an app with the Application Deployment tool

  1. Build and package your app.
  2. If you’re deploying your app to a device, make sure that the device is registered and connected.
  3. On your computer’s Start screen, find the Application Deployment tool.
    You can also run the tool from the following location:
    C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Tools\AppDeploy\AppDeploy.exe

  4. Run the tool.
  1. In the Target drop-down list box, select either Device or one of the emulator options.
  2. In the App field, click Browse and locate the package file that you want deploy.
  3. Click Deploy.
If the deployment is successful, the Status field displays App Deployment Complete.

Download Windows SDK 8.0 Tool 

Download WP8.1 SDK Tools Lite Setup Av1.00.zip 


YouTube Video Tutorial  






No comments:

Post a Comment