mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Editorial changes
This commit is contained in:
@ -139,9 +139,9 @@ Before an application can access the package registry data, the App-V Client mus
|
||||
|
||||
When a new package is added to the App-V Client, a copy of the REGISTRY.DAT file from the package is created at %ProgramData%\Microsoft\AppV\Client\VREG\{Version GUID}.dat. The name of the file is the version GUID with the .DAT extension. The reason this copy is made is to ensure that the actual hive file in the package is never in use, which would prevent the removal of the package at a later time.
|
||||
|
||||
**Registry.dat from Package Store** > **%ProgramData%\Microsoft\AppV\Client\Vreg\\{VersionGuid}.dat**
|
||||
**Registry.dat from Package Store** > **%ProgramData%\Microsoft\AppV\Client\Vreg\\{VersionGUID}.dat**
|
||||
|
||||
When the first application from the package is launched on the client, the client stages or copies the contents out of the hive file, re-creating the package registry data in an alternate location under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\Client\Packages\PackageGuid\Versions\VersionGuid\REGISTRY. The staged registry data has two distinct types of machine data and user data. Machine data is shared across all users on the machine. User data is staged for each user to a user-specific location HKCU\Software\Microsoft\AppV\Client\Packages\PackageGuid\Registry\User. The machine data is ultimately removed at package removal time, and the user data is removed on a user unpublish operation.
|
||||
When the first application from the package is launched on the client, the client stages or copies the contents out of the hive file, re-creating the package registry data in an alternate location under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\Client\Packages\PackageGuid\Versions\VersionGUID\REGISTRY. The staged registry data has two distinct types of machine data and user data. Machine data is shared across all users on the machine. User data is staged for each user to a user-specific location HKCU\Software\Microsoft\AppV\Client\Packages\PackageGUID\Registry\User. The machine data is ultimately removed at package removal time, and the user data is removed on a user unpublish operation.
|
||||
|
||||
### Package registry staging vs. connection group registry staging
|
||||
|
||||
@ -475,7 +475,7 @@ After the Publishing Refresh process, the user launches and then relaunches an A
|
||||
|
||||
6. After downloading, the App-V Client service consumes the manifest and deployment configuration files to configure the virtual environment and all App-V subsystems are loaded.
|
||||
|
||||
7. The Application launches. For any missing files in the package store (sparse files), App-V will stream fault the files on an as needed basis.
|
||||
7. The Application launches. For any missing files in the package store (sparse files), App-V will stream fault the files on an as-needed basis.
|
||||
|
||||

|
||||
|
||||
@ -489,7 +489,7 @@ The current version of App-V's package upgrade process differs from the older ve
|
||||
|
||||
1. The App-V Client performs a Publishing Refresh and discovers a newer version of an App-V Package.
|
||||
|
||||
2. Package entries are added to the appropriate catalog for the new version
|
||||
2. Package entries are added to the appropriate catalog for the new version.
|
||||
|
||||
1. User targeted packages: the **UserDeploymentConfiguration.xml** and **UserManifest.xml** are placed on the machine in the user catalog at **appdata\\roaming\\Microsoft\\AppV\\Client\\Catalog\\Packages\\PkgGUID\\VerGUID**.
|
||||
|
||||
@ -694,7 +694,7 @@ For details on App-V integration, see [Microsoft Application Virtualization 5.0
|
||||
|
||||
### Software clients and application capabilities
|
||||
|
||||
App-V supports specific software clients and application capabilities extension points to register virtualized applications with the operating system's software client. This means users can select default programs for operations like email, instant messaging, and using the media player. This operation is performed in the control panel with **Set Program Access** and **Computer Defaults**, and configured during sequencing in the manifest or dynamic configuration files. Application capabilities are only supported when the App-V applications are published globally.
|
||||
App-V supports specific software clients and application capabilities extension points to register virtualized applications with the operating system's software client. This means users can select default programs for operations like email, instant messaging, and using the media player. This operation is performed in the control panel with **Set Program Access** and **Computer Defaults**, and is configured during sequencing in the manifest or dynamic configuration files. Application capabilities are only supported when the App-V applications are published globally.
|
||||
|
||||
The following is an example of software client registration of an App-V-based mail client.
|
||||
|
||||
|
Reference in New Issue
Block a user