Can I Use WinAppDeployCmd install, update on pc itself

后端 未结 1 673
旧巷少年郎
旧巷少年郎 2021-01-21 11:45

I have my .appx file for installation in folder. I can install it by double clicking the file.

But i am looking for a way to install it using WinAppDeployCmd for instal

相关标签:
1条回答
  • 2021-01-21 12:29

    Can I Use WinAppDeployCmd install, update on pc itself

    The simple answer is yes.

    I am getting error : 0x80131500 - The network event being waited on triggered an error.

    If you want to install the package to your local machine by WinAppDeployCmd, you need to Enable your device for development and enable device discovery firstly. The reason for getting this error should be you didn't enable device discovery. Please enable it in Settings->Update & security->For Developers:

    After then this error will go but you may get the following error and please following the Device Discovery section of above document to get the Pin.

    Please retry the command with the "-pin" option and a valid pin as shown in the device settings.

    And then you can install the app with command like:

    WinAppDeployCmd install -file "Downloads\MyApp.appx" -ip 192.168.0.1 -pin A1B2C3

    0 讨论(0)
提交回复
热议问题