I need to set up a machine to sign .XAP files to be distributed on a private company. I can sign apps on my dev machine as I've got VS on it, but the sign server shouldn't have all the IDE installed.

Is there a way to install only the needed files to sign apps?

Thanks!

有帮助吗?

解决方案

No. You cannot just install signing tools. You have to install the Visual studio tools, VS 2013 update 3 which contains Windows Phone 8.1 SDK or install WP 8.0 SDK.

For Windows Phone company app distribution, you also have to precompile the managed assemblies before signing.

http://msdn.microsoft.com/en-us/library/windows/apps/dn168929(v=vs.105).aspx

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top