iot-core-azure-dm-client
iot-core-azure-dm-client copied to clipboard
App Install fails
I am trying to do an app install through dm, and it fails with error
Deployment Add operation with target volume C: on Package 11603PulseGroup.ClaBox_1.1.9.0_arm__w4wzhvn4gytkc from: (ClaBox.Ui_1.1.9.0_ARM_Debug.appx) failed with error 0x80073CF3. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues."
I have check the appx log and get the following
Deployment Add operation on package
11603PulseGroup.ClaBox_1.1.9.0_arm__w4wzhvn4gytkc has been de-queued and is
running for user SID S-1-5-21-2702878673-795188819-444038987-503.
10/3/2018 10:16:56 AM 613 Adding uri to the list of Uris: file:///C:/Data/Users/DefaultAccount/AppData/Loc
al/Temp//ClaBox.Ui_1.1.9.0_ARM_Debug.appx.
10/3/2018 10:16:56 AM 613 Adding uri to the list of Uris: file:///C:/Data/Users/DefaultAccount/AppData/Loc
al/Temp//Microsoft.VCLibs.ARM.Debug.14.00.appx.
10/3/2018 10:16:56 AM 613 Adding uri to the list of Uris: file:///C:/Data/Users/DefaultAccount/AppData/Loc
al/Temp//Microsoft.NET.CoreRuntime.2.1.appx.
10/3/2018 10:16:56 AM 605 The last successful state reached was Indexed. Failure occurred before reaching
the next state Resolved. hr: 0x80073CF3
10/3/2018 10:16:57 AM 401 Deployment Add operation with target volume C: on Package
11603PulseGroup.ClaBox_1.1.9.0_arm__w4wzhvn4gytkc from:
(ClaBox.Ui_1.1.9.0_ARM_Debug.appx) failed with error 0x80073CF3. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
deployment issues.
10/3/2018 10:16:57 AM 404 AppX Deployment operation failed for package
11603PulseGroup.ClaBox_1.1.9.0_arm__w4wzhvn4gytkc with error 0x80073CF3. The
specific error text for this failure is: Deployment Add operation with target
volume C: on Package 11603PulseGroup.ClaBox_1.1.9.0_arm__w4wzhvn4gytkc from:
(ClaBox.Ui_1.1.9.0_ARM_Debug.appx) failed with error 0x80073CF3. See
http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app
deployment issues.
the extra "/" after Local/Temp appears to be a problem, but not sure
Here is my device twin desired command:
"windows": {
"externalStorage": {
"connectionString": "DefaultEndpointsProtocol=<REMOVED>;EndpointSuffix=core.windows.net"
},
"apps": {
"?": {
"store": false,
"nonStore": true
},
"11603PulseGroup_ClaBox_w4wzhvn4gytkc": {
"pkgFamilyName": "11603PulseGroup.ClaBox_w4wzhvn4gytkc",
"version": "1.1.9.0",
"startUp": "none",
"appxSource": "clabox\\ClaBox.Ui_1.1.9.0_ARM_Debug.appx",
"depsSources": "clabox\\Microsoft.VCLibs.ARM.Debug.14.00.appx;clabox\\Microsoft.NET.CoreRuntime.2.1.appx",
"certSource": "clabox\\ClaBox.Ui_1.1.9.0_ARM_Debug.cer",
"certStore": "./Device/Vendor/MSFT/RootCATrustedCertificates/TrustedPeople"
}
}
},
I currently have the app running at version 1.1.6.0, it is set to be the startup foreground app.
Hi dgrothman, is this still an issue?