Share via


Windows 8 Apps on Standard 8 (Standard 8)

7/8/2014

Learn how to install Windows 8 apps on your Windows Embedded 8 Standard (Standard 8) device.

You can install and run Windows 8 apps on a Windows Embedded 8 Standard (Standard 8) device. However, Standard 8 does not support the Windows Store client, and users cannot use the Windows Store to download and install apps on a Standard 8 device. OEMS and enterprise customers can still install Windows 8 apps by either using provisioning or side loading.

Windows Store

You cannot use the Windows Store client on a Standard 8 device. This means that a customer that uses a Standard 8 device cannot download and install apps directly on the device by using the Windows Store client.

Install a Windows 8 App on Your Device

Since you cannot use the Windows Store client to download and install Windows 8 apps on your device, how can you install apps onto your device? Depending on your role in device creation, you can use one of the following methods:

Pre-Install a Windows 8 App that is certified by Windows Store

If you are an OEM, you must use the App Certification Program for Windows Embedded 8 (ACPWE) to certify any Windows 8 apps that you want to preinstall on your device. This Microsoft program enables OEMs to work with developers to provide Windows 8 apps that are certified by the Windows Store. You can pre-install and run these apps on any activated Standard 8 device. For more information, contact your Microsoft representative.

Install a Windows 8 App That is not Store-Certified by Using Side Loading

If you are a developer or IT Administrator, you can install Windows 8 apps on a device by using side-loading.

Side-loading refers to installing Line of Business (LOB) Windows 8 apps that are not submitted to the Windows Store for certification. For more information, see Publishing your app to the Store (Windows) and Preparing and deploying apps to the enterprise (Windows).

For Standard 8, you can only side-load a Windows 8 app if your device meets the following requirements:

  • You have applied a Volume Licensing Key to activate enterprise capabilities on your device.

  • You have enabled Group Policy or set the following registry key to allow all trusted apps on your device.

    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Appx\AllowAllTrustedApps = 1
    

After you install your LOB apps, you can disable the Allow trusted apps to install Group Policy setting if you want to prevent non-administrator users from installing apps.

For more information about adding and removing LOB apps, see How to Add and Remove Apps on MSDN.

Developing and Testing Windows 8 Apps

You can use a developer license to build and test LOB apps on your device. A developer license must be renewed every 30 days, and you must register by using a Microsoft account.

Provisioning

Provisioning means preinstalling a Windows 8 app on a device for all users on the device. When a user signs into a device, any provisioned apps are automatically installed for the user if they are not already installed.

If a user uninstalls a provisioned app, reprovisioning the same version of the app does not reinstall the app for that user, but provisioning an updated version of the app does reinstall the app for all users. If you need to reinstall the same version of a provisioned app, you can manually reinstall the app for a specific user by using the Add-AppxPackage PowerShell command.

See Also

Concepts

Inside Standard 8