2014-10-07 20 views
0

我有300台或更多平板电脑需要推出我新创建的metro样式应用。 我所做的这些步骤,但下一步是什么:如何获得sideload产品密钥以便将Windows应用商店应用部署到Windows 8专业版和Windows RT中

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提供的关键是一个临时密钥对吗?

帮助

回答

0

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

你说得对。您不想在生产中使用开发人员许可证。请参阅TechNet上的Try It Out: Sideload Windows Store Apps以了解如何在系统上启用侧载。

如果你的Windows 8.1 Pro系统在一个域上,那么他们不需要单独的密钥。你只需要启用他们的侧面加载。请参阅Windows 8.1 Update: Sideloading Enhancements

Windows RT系统无法加入域,因此他们需要一个密钥。如果您注册了批量许可证计划(请参阅Sideloading Enhancements链接),您应该可以从中获得侧面加载密钥。如果没有,那么您可以通过Open License program购买企业侧载密钥。

Windows Volume Licensing GuideSideloading Licensing Changes FAQ

+0

我看到你们还在追问那些把问题提交到错误区域的人;对你有好处,不断骚扰人们提问 – Lyle 2014-10-08 13:07:56

+0

我希望有人会越狱Windows,所以我们可以再次控制自己的财产。 – 2015-03-27 01:07:27

3

我能解决我的问题,我曾经与微软的专业服务工作。以下是部署Windows 8商店应用程序所需的步骤,以供寻求帮助的其他人使用。

而且缺少一块拼图:什么是一个Sideload键,我怎样才能得到一个?在此

  • 文档中所以在这里混淆正是我需要知道和发现

    • 侧面插入密钥是需要被添加到设备,以便它可以使用Windows产品密钥8应用程序不是来自商店
    • 这不是要求机器加入域或安装Windows Enterprise。在我的情况下,我的目标是Windows 8.0 Pro平板电脑。
    • 你不需要Windows 8.1来使用sideloading;它将在Windows 8上运行。0以及
    • 您可以从第三方分销商购买密钥,但您需要知道要购买什么
    • 要求Windows 8侧载密钥(有时称为Windows 8 Embedded Sideloading产品密钥)。他们花费约100.00美元流行,但他们出售他们作为批量许可证,所以最低可以购买的是5.
      但在我的情况下,事实证明,我的公司有一个企业侧载许可证,我只需要知道该问谁和要求什么。
  • 一旦你从经销商,here are the steps to installing it on the device(第2节第3步)
    一旦我安装我的应用程序的工作你XXXXX-xxxxx- Slideloading关键。

+0

+1并感谢您提供这些额外信息。如果我有很多设备,我可以使用一个键还是需要所有的唯一键? – Paul 2015-03-13 16:46:29

相关问题