Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
  • Loading branch information
velkovb and JohanFreelancer9 committed Sep 24, 2020
1 parent 5c6a18a commit 7f71c23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docset/windows/dism/Add-AppxProvisionedPackage.md
Expand Up @@ -46,8 +46,8 @@ The **Add-AppxProvisionedPackage** cmdlet adds an app package (.appx) that will
If the package has dependencies that are architecture-specific, you must install the applicable architectures for the dependency on the target image.
For example, you must install the x86 dependency on the x86 image.

You cannot install an app package (.appx) on an operating system that does not support Windows® 8 apps.
Apps are not supported on Server Core installations of Windows Server® 2012, Windows® Preinstallation Environment (Windows PE) 4.0, or on any versions of Windows older than Windows 8 and Windows Server 2012.
You cannot install an app package (.appx) on an operating system that does not support Windows 8 apps.
Apps are not supported on Server Core installations of Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0, or on any versions of Windows older than Windows 8 and Windows Server 2012.

To install and run apps on Windows Server 2016, you must install the [Install Server with Desktop Experience](https://docs.microsoft.com/windows-server/get-started/getting-started-with-server-with-desktop-experience).

Expand Down
7 changes: 3 additions & 4 deletions docset/winserver2012-ps/dism/Add-AppxProvisionedPackage.md
Expand Up @@ -37,10 +37,10 @@ The **Add-AppxProvisionedPackage** cmdlet adds an app package (.appx) that will
If the package has dependencies that are architecture-specific, you must install the applicable architectures for the dependency on the target image.
For example, you must install the x86 dependency on the x86 image.

You cannot install an app package (.appx) on an operating system that does not support Windows® 8 apps.
Apps are not supported on Server Core installations of Windows Server® 2012, Windows® Preinstallation Environment (Windows PE) 4.0, or on any versions of Windows older than Windows 8 and Windows Server 2012.
You cannot install an app package (.appx) on an operating system that does not support Windows 8 apps.
Apps are not supported on Server Core installations of Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0, or on any versions of Windows older than Windows 8 and Windows Server 2012.

To install and run apps on Windows Server 2012, you must install the [Desktop Experience Overview](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn609826(v=ws.11))..
To install and run apps on Windows Server 2012, you must install the [Desktop Experience Overview](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn609826(v=ws.11)).

Use the *Online* parameter to specify the running operating system on your local computer, or use the *Path* parameter to specify the location of a mounted Windows image.

Expand Down Expand Up @@ -311,4 +311,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES

## RELATED LINKS

7 changes: 3 additions & 4 deletions docset/winserver2012r2-ps/dism/Add-AppxProvisionedPackage.md
Expand Up @@ -45,10 +45,10 @@ The **Add-AppxProvisionedPackage** cmdlet adds an app package (.appx) that will
If the package has dependencies that are architecture-specific, you must install the applicable architectures for the dependency on the target image.
For example, you must install the x86 dependency on the x86 image.

You cannot install an app package (.appx) on an operating system that does not support Windows® 8 apps.
Apps are not supported on Server Core installations of Windows Server® 2012, Windows® Preinstallation Environment (Windows PE) 4.0, or on any versions of Windows older than Windows 8 and Windows Server 2012.
You cannot install an app package (.appx) on an operating system that does not support Windows 8 apps.
Apps are not supported on Server Core installations of Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0, or on any versions of Windows older than Windows 8 and Windows Server 2012.

To install and run apps on Windows Server 2012 R2, you must install the [Desktop Experience Overview](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn609826(v=ws.11))..
To install and run apps on Windows Server 2012 R2, you must install the [Desktop Experience Overview](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn609826(v=ws.11)).

Use the *Online* parameter to specify the running operating system on your local computer, or use the *Path* parameter to specify the location of a mounted Windows image.

Expand Down Expand Up @@ -327,4 +327,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Remove-AppxProvisionedPackage](./Remove-AppxProvisionedPackage.md)

[Set-AppXProvisionedDataFile](./Set-AppXProvisionedDataFile.md)

0 comments on commit 7f71c23

Please sign in to comment.