0

我有 300 台或更多平板电脑需要推出我新创建的 Metro 风格应用程序。我已经完成了这些步骤,但接下来是什么:

Go to the Visual Studio store menu

Select Create  app packages

When prompted for whether the package is for the store select no

Follow the prompts as usual for platform etc.

When completed open the output folder

In the output folder will be a folder named after your app with the extension _Test

This folder contains everything needed to sideload your app

Copy this folder to the target machine

In this folder is a file named Add-AppDevPackage.ps1 

Right click the file and select Run with PowerShell

Then follow the instructions. If there is no developer license on the machine,

you will be walked through adding one. You will be asked to accept the key which Visual Studio has created for you.

So that's it. Run Add-AppDevPackage with PowerShell and accept all prompts.

 Marked as answer by Roberts_E (Microsoft Moderator) Thursday, November 14, 2013 5:25 PM

我不能在所有 300 台平板电脑上都获得开发者许可??Visual Studio 提供的密钥是临时密钥,对吗?

帮助

4

2 回答 2

3

使用 Microsoft 专业服务后,我能够解决我的问题。以下是为其他寻求帮助的人部署 Windows 8 应用商店应用程序所需的步骤。

谜题中缺少的部分:什么是 Sideload 密钥,我怎样才能获得?

  • 这方面的文档令人困惑,所以这是我需要知道和发现的

    • Sideload 密钥是需要添加到设备的产品密钥,以便它可以使用不是来自应用商店的 Windows 8 应用程序
    • 不需要将计算机加入域或在其上安装 Windows Enterprise。就我而言,我的目标是 Windows 8.0 Pro 平板电脑。
    • 您不需要 Windows 8.1 即可使用旁加载;它也适用于 Windows 8.0
    • 您可以从第三方分销商处购买密钥,但您需要知道要索取什么
    • 索取 Windows 8 Sideloading 密钥,有时称为 Windows 8 Embedded Sideloading 产品密钥。它们的价格约为 100.00 美元,但它们以批量许可证的形式出售,因此您可以购买的最低数量是 5个。
      但是在我的情况下,我的公司有一个企业侧载许可证,我只需要知道该问谁以及该问什么要求。
  • 从分销商处获得 xxxxx-xxxxx- Slideloading 密钥后,以下是在设备上安装它的步骤(第 2 节第 3 部分)
    一旦我安装了我的应用程序就可以工作了。

于 2015-01-26T22:51:50.273 回答
1

这是系统管理问题,不是开发问题。

你说的对。您不想在生产中使用开发人员许可证。请参阅TechNet 上的试用:旁加载 Windows 应用商店应用程序,了解如何在您的系统上启用旁加载。

如果您的 Windows 8.1 Pro 系统位于域中,则它们不需要单独的密钥。您只需要启用它们以进行侧面加载。请参阅Windows 8.1 更新:侧载增强功能

Windows RT 系统无法加入域,因此它们需要密钥。如果您注册了批量许可计划(请参阅侧载增强链接了解哪些),您应该能够从中获取侧载密钥。如果没有,那么您可以通过Open License 程序购买 Enterprise Sideloading 密钥。

请参阅Windows 批量许可指南旁加载许可更改常见问题解答

于 2014-10-08T02:03:04.257 回答