F3RD3F
F3RD3F

Reputation: 2519

Is there any way to install Windows Phone 8 SDK without Express IDE?

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!

Upvotes: 0

Views: 76

Answers (1)

RashmiA-MSFT
RashmiA-MSFT

Reputation: 276

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

Upvotes: 1

Related Questions