Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20096] Windows: Support deploying to Win 10 devices using WinAppDeployCmd

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2016-02-11T14:32:39.000+0000
Affected Version/sRelease 5.2.0
Fix Version/sRelease 5.3.0, windowslib 0.4.0
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeChristopher Williams
Created2015-12-03T14:23:08.000+0000
Updated2016-05-23T19:14:37.000+0000

Description

There's a new command line deployment tool for Windows 10, WinAppDeployCmd. It doesn't list the emulators at all, and does an async search on the network for devices. We can use it to list, update, install and uninstall apps on devices (connected via USB or on the same subnet), but it uses different args/switches than the legacy AppDeployCmd/XapDeployTool. It also may require inputting a pin from the device to connect and do it's work.

Comments

  1. Gary Mathews 2016-01-27

    From my testing it seems you don't need a PIN to install an application to a Windows 10 device. WinAppDeployCmd install -f <appx> -g <DeviceGUID> To launch applications the 8.1 AppDeployCmd can still be used. AppDeployCmd /launch <app-id> /targetdevice:<DeviceIndex>
  2. Ewan Harris 2016-05-23

    Verified using: Windows 10 Pro Visual Studio 2015 Community Update 2 Appc Core: 5.3.0-46 Appc NPM: 4.2.5-5 Ti SDK: 5.3.0.v20160523083840 Lumia 930 W10M Building to a Windows 10 mobile device can now be done through Studio and CLI. Closing ticket

JSON Source