You can configure svservice with the following registry keys and optionally configuring the values in the HKLM\SYSTEM\CurrentControlSet\Services\svservice\Parameters registry key.
svservice Log Deletion Policy
- If the aggregate size of all the backup log files is greater than a designated number, then svservice starts the deletion from the oldest backup log file until the aggregate size is lower than the designated number.
You can use the BackupLogFileSizeInKB parameter to set the designated aggregate size of all backup log files.
- If a backup log file is older than the designated number of days, the log file is deleted.
You can use the BackupLogFileDays parameter to designate the number of days for the log deletion policy.
svservice Parameters
Parameter | Type | Description |
---|---|---|
BackupLogFileSizeInKB | REG_DWORD | The aggregate size of all svservice backup log files. If the aggregate size of all backup log files is greater than the value of this parameter, svservice starts the deletion from the oldest backup log file until the aggregate size is lesser than the value of this parameter.
The default value of this parameter is
768000 (750MB) and the maximum value is
3584000 (3500MB) .
Note: If the parameter is set to
0 or greater than the maximum value, svservice uses the default value as the value of this parameter.
|
BackupLogFileDays | REG_DWORD | The maximum age of svservice backup log files. If an svservice backup log file is older than the value of this parameter, the backup log file is deleted. The default value of this parameter is |
CaptureFTA | REG_DWORD | When this parameter is activated, file type association metadata is captured during packaging the application. To deactivate the capture of metadata, value of this parameter must be set to By default, this parameter is activated and file type association metadata is captured. |
CommandLineAppDelivery | REG_DWORD | Allows real time delivery of an application package to an end user using command-line options in App Volumes agent. Supported values of the registry key are For an understanding of the command-line delivery behavior, see Command-line Delivery of Applications in App Volumes. |
ConnectTimeOutMs | REG_DWORD | Defined in milliseconds for server connection requests. If a connection request takes longer than this timeout value, the request is canceled. The default is 10 seconds. |
DelayVirtualizationType | REG_DWORD | Defers application virtualization at end user login and helps in improving the user login time.
Values of this parameter are as follows:
The default value of this parameter is |
DomainNameWaitTimeOut | REG_DWORD | Defined in seconds how long to wait for the computer during startup to resolve Active Directory domain name. On machines that are not joined to any domain, you can set the value to 1 for faster login. The default is 60. |
LogFileSizeInKB | REG_DWORD | The size of the log file before rotating the log file.
The default value of this parameter is
15360MB (15MB) and the maximum value of this parameter is
51200 (50MB) .
Note: If the parameter is set to a value greater than the maximum value or
0 , svservice uses the default value as the value of this parameter.
|
MaxDelayTimeOutS | REG_DWORD | The maximum wait for a response from the App Volumes Manager, in seconds. If set to 0, the wait for response is forever. The default is 300 seconds (5 minutes). |
ProvisioningCompleteTimeOut | REG_DWORD | Defined in seconds to keep trying to contact the App Volumes Manager after provisioning is completed. The default is 120. |
ResolveTimeOutMs | REG_DWORD | Defined in milliseconds for name resolution. If resolution takes longer than the timeout value, the action is canceled. The default is 0, which waits for completion. |
ReceiveTimeOutMs | REG_DWORD | Defined in milliseconds to receive a response to a request. If a response takes longer than this timeout value, the request is canceled. The default is 5 minutes. |
SendTimeOutMs | REG_DWORD | Defined in milliseconds for sending requests. If sending a request takes longer than this timeout value, the request is canceled. The default is 30 seconds. |
VolumeExpansionTimeoutInMs | REG_DWORD | Specifies the maximum time, in milliseconds, svservice waits for the diskpart command to expand a Writable Volume and then times out. The default value of this parameter is |
WaitInstallFonts | REG_DWORD | Defines how long to wait in seconds for fonts to be installed. The default is to not wait for completion. |
WaitUninstallFonts | REG_DWORD | Defines how long to wait in seconds for fonts to be removed. The default is to not wait for completion. |
WaitForFirstVolumeOnly | REG_DWORD | Defined in seconds, only hold logon for the first volume. After the first volume is complete, the remaining are handled in the background, and the logon process is allowed to proceed. To wait for all volumes to load before releasing the logon process, set this value to 0. The default is 1.
Note: When
WaitForFirstVolumeOnly parameter is set to
0 , svservice implicitly sets the
DelayVirtualizationType parameter value to
0 .
|