Fixed formatting issues

This commit is contained in:
Mandi Ohlinger 2021-11-10 18:55:38 -05:00 committed by GitHub
parent 1cc82ff873
commit faa9ed2d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,11 +262,13 @@ This following is a step-by-step walk-through of the App-V and UPM operations an
- (Operation) Publishing/refresh will process un-publish and publish operations for changes in user package entitlements. - (Operation) Publishing/refresh will process un-publish and publish operations for changes in user package entitlements.
(Expectation) If there are no entitlement changes, publishing1 will complete in seconds. Otherwise, the publishing/refresh will increase relative to the number and complexity* of virtual applications (Expectation) If there are no entitlement changes, publishing will complete in seconds. Otherwise, the publishing/refresh will increase relative to the number and complexity of virtual applications
- (Operation) UPM solution will capture user integrations again at logoff. (Expectation) Same as previous. The publishing operation (**Publish-AppVClientPackage**) adds entries to the user catalog, maps entitlement to the user, identifies the local store, and finishes by completing any integration steps.
¹ The publishing operation (**Publish-AppVClientPackage**) adds entries to the user catalog, maps entitlement to the user, identifies the local store, and finishes by completing any integration steps. - (Operation) UPM solution will capture user integrations again at logoff.
(Expectation) Same as previous.
**Outcome**: **Outcome**:
@ -275,7 +277,10 @@ This following is a step-by-step walk-through of the App-V and UPM operations an
- **Storage**: After implementing this approach in the VDI/RDSH environment, on first login - **Storage**: After implementing this approach in the VDI/RDSH environment, on first login
- (Operation) A user-publishing/refresh is initiated. (Expectation) - (Operation) A user-publishing/refresh is initiated.
(Expectation):
- If this is the first time a user has published virtual applications (e.g., non-persistent), this will take the usual duration of a publishing/refresh. - If this is the first time a user has published virtual applications (e.g., non-persistent), this will take the usual duration of a publishing/refresh.
- First and subsequent logins will be impacted by pre-configuring of packages (add/refresh). - First and subsequent logins will be impacted by pre-configuring of packages (add/refresh).
@ -388,8 +393,8 @@ Removing FB1 does not require the original application installer. After completi
"C:\\UpgradedPackages" "C:\\UpgradedPackages"
**Note**   > [!Note]
This cmdlet requires an executable (.exe) or batch file (.bat). You must provide an empty (does nothing) executable or batch file. > This cmdlet requires an executable (.exe) or batch file (.bat). You must provide an empty (does nothing) executable or batch file.
|Step|Considerations|Benefits|Tradeoffs| |Step|Considerations|Benefits|Tradeoffs|
|--- |--- |--- |--- | |--- |--- |--- |--- |
@ -438,15 +443,15 @@ For documentation on How to Apply a Dynamic Configuration, see:
- Open AppxManifest.xml and locate the following: - Open AppxManifest.xml and locate the following:
``` ```xml
<appv:Extension Category="AppV.Fonts"> <appv:Extension Category="AppV.Fonts">
<appv:Fonts> <appv:Fonts>
<appv:Font Path="[{Fonts}]\private\CalibriL.ttf" DelayLoad="true"></appv:Font> <appv:Font Path="[{Fonts}]\private\CalibriL.ttf" DelayLoad="true"></appv:Font>
</appv:Fonts> </appv:Fonts>
``` ```
**Note**&nbsp;&nbsp;If there are fonts marked as **DelayLoad**, those will not impact first launch. > [!Note]
> If there are fonts marked as **DelayLoad**, those will not impact first launch.
### Excluding virtual fonts from the package ### Excluding virtual fonts from the package
@ -456,7 +461,7 @@ Use the dynamic configuration file that best suits the user scope deployment
Fonts Fonts
``` ```xml
--> -->
<Fonts Enabled="false" /> <Fonts Enabled="false" />
<!-- <!--