fixing note and important spacing

This commit is contained in:
Liza Poggemeyer
2019-06-07 15:34:07 -07:00
parent 037f4ee4ba
commit a9bbc179f0
8 changed files with 12 additions and 12 deletions

View File

@ -54,8 +54,8 @@ The App-V package converter will save the App-V 4.6 installation root folder and
Additionally, the package converter optimizes performance of packages in App-V for Windows 10 by setting the package to stream fault the App-V package.  This is more performant than the primary feature block and fully downloading the package. The flag **DownloadFullPackageOnFirstLaunch** allows you to convert the package and set the package to be fully downloaded by default.
> [!NOTE]
>Before you specify the output directory, you must create the output directory.
> [!NOTE]
>Before you specify the output directory, you must create the output directory.
### Advanced Conversion Tips

View File

@ -59,7 +59,7 @@ Publish-AppvClientPackage "ContosoApplication" -Global
## Publish a package to a specific user
> [!NOTE]  
> [!NOTE]
> You must use App-V 5.0 SP2 Hotfix Package 5 or later to use this parameter.
An administrator can publish a package to a specific user by specifying the optional *UserSID* parameter with the **Publish-AppvClientPackage** cmdlet, where *-UserSID* represents the end users security identifier (SID).

View File

@ -18,7 +18,7 @@ ms.topic: article
Use the following procedure to publish an App-V package. Once you publish a package, computers running the App-V client can access and run the applications in that package.
> [!NOTE]  
> [!NOTE]
> The ability to enable only administrators to publish or unpublish packages (described below) is supported starting in App-V 5.0 SP3.
## Publish an App-V package

View File

@ -20,7 +20,7 @@ ms.author: lomayor
Use the following procedure to create a new App-V package using Windows PowerShell.
> [!NOTE]  
> [!NOTE]
> Before you use this procedure you must copy the associated installer files to the computer running the sequencer and you have read and understand the sequencer section of [Planning for the App-V Sequencer and Client Deployment](appv-planning-for-sequencer-and-client-deployment.md).