Alex
Alex

Reputation: 1046

How can I merge dependencies in Windows Phone 8.1 Runtime Enterprise App deployment?

I have a Windows Phone 8.1 Runtime enterprise app (company app) to be published to the local network.

The problem is the app depends on VC++ Runtime Libraries and when I create the .APPX package a folder with the name of Dependencies is created beside the .APPX file that contains Microsoft.VCLibs.ARM.12.00.Phone.appx file.

I don't want to install the package using the PowerShell and use the -Dependencies switch as we are going to publish the app to our local network to be used by many users.

Is there any way for me to do this merge? Now when I try to install the app using the phone, the phone asks for a installation confirmation and after tapping on Install, nothing happens and the app doesn't appear in the apps list.

Thanks

Upvotes: 4

Views: 442

Answers (0)

Related Questions