; Enterprise Client Configuration
;
; This file documents most of the important settings that can be made
; in LUCLIENT.INI. The Host's "Configure Clients" Operation allows you
; to change settings in LUCLIENT.INI remotely, potentially updating
; many Clients at once. All Client configuration changes should be
; done cautiously - it is possible to 'disconnect' Clients from their
; Offline Area such that the link with the Host will stop working!

[Boot Control]
EnableDebug=No
;
; The following entries are used to handle nodename-change situations
; whilst retaining the ability to detect an Offline Area subdirectory
; clash with another Client. These entries should not be changed
; manually
;NodeName=
;PreviousNodeName=
;
; AbortOnTimeout defaults to Yes, unless debug mode is enabled, in which
; case it is overridden to No regardless of what you set here
;AbortOnTimeout=Yes
;
; ContinueOnTimeout defaults to No, meaning that if a data capture
; application fails to complete within the timeout, it is considered a
; serious error that will usually abort an Offline Push (Note that the
; User Prompting application is not subject to a timeout at all)
;ContinueOnTimeout=No
;
; LaunchTimeout allows the data capture application launch timeout to be
; varied from the default of 90 seconds
;LaunchTimeout=90
;
; Online Clients would normally have EnableFileSharing=Yes
EnableFileSharing=No
SharesHidden=Yes
; CreateClientShare controls whether the Client software installation
; directory is published as a file share
CreateClientShare=Yes
; SharedDrives controls the drives that are published as root-level
; shares
;SharedDrives=C:,D:,E:,F:,G:,H:,I:,J:,K:,L:,M:,N:,O:,P:,Q:,R:,S:,T:,U:,V:,W:,X:,Y:,Z:

[PreProcess]
Disabled=Yes
; You can use the following settings to configure a command to be executed
; before the normal Client data capture process, and how it is to be run
;UserCommand=
;PrefixExePath=No
;Visible=No
; ErrorFatal=Yes would abort the Client startup if an error is detected in
; the PreProcess UserCommand, but note that error detection is often not
; possible
;ErrorFatal=No

[DOS Checker]
; The DOS Checker is only relevant on v2.1 and earlier Clients (it has
; been replaced in later Client versions). The v2.1 Client is still used
; for supporting DOS and Windows 3.x Clients
Disabled=No

[DOS CPU Checker]
; This DOS CPU Checker is still used by the latest Win32 Clients
Disabled=No

[Windows Checker]
Disabled=No
;
; The following lines can be uncommented to disable specific data capture tests
;
; NWIPAddress=No
; NWIPXAddress=No
; NWNetBIOS=No
; MultiMedia=No
; MultiMediaMCI=No
; MultiMediaWaveIn=No
; MultiMediaWaveOut=No
; MultiMediaMidiIn=No
; MultiMediaMidiOut=No
; MultiMediaJoystick=No
; MultiMediaMixer=No
;
; CPUTestEnabled=No
; LUSMBIOSTestEnabled=No
; MemoryTestEnabled=No
; SCSITestEnabled=No
; PCITestEnabled=No
; IDETestEnabled=No
; PCMCIATestEnabled=No
; USBTestEnabled=No
; IRDATestEnabled=No
; ISATestEnabled=No
; ModemTestEnabled=No
; FireWireTestEnabled=No
; CommPortTestEnabled=No
; WinDiskTestEnabled=No
; NetworkTestEnabled=No
;
; The following line can be uncommented to enable the multimedia MCI detail tests
; BEWARE that these tests can reveal bugs in various vendor's multimedia drivers!
;
; MultiMediaMCIDetail=Yes

[DMI BIOS Checker]
Disabled=No
; ForceRun=Yes makes us launch the DMI checker even if the BIOS looks unsafe
ForceRun=No

[Registered Application Checker]
; This captures entries in the Add/Remove Programs list
Disabled=No

[User Prompting]
Disabled=No

[Software Metering]
; If you disable Metering, you still get a kick of CLBOOT every SnapshotMinutesInterval,
; so that we can use it to provide a regular Client trigger even when Metering data
; capture is turned off
Disabled=No
;
; Enable verbose Metering Agent debug output by setting DebugVerbose=Yes
; CAUTION: Verbose output here can generate very large debug files such
;          that you can run out of disk space. Beware!
; DebugVerbose=No
;
; ScanSecondsInterval sets the application polling interval, in seconds
; Minimum setting allowed is 10
;ScanSecondsInterval=10
;
; SnapshotMinutesInterval dictates the period between dumps of successive .SWM files.
; Minimum setting allowed is 10
;SnapshotMinutesInterval=60
;
; SwmPushHoursInterval sets the separation between uploads of *.SWM to the
; Offline area. Setting it to 0 makes CLBOOT upload *.SWM each time it runs
;SwmPushHoursInterval=24
;
; LastSwmPushSecs is used to remember the precise time of the last push of *.SWM
;LastSwmPushSecs=3179949871
;LastSwmPush is a human-readable version of the same thing
;LastSwmPush=10/10/2005 00:24:31

[PostProcess]
Disabled=Yes
; You can use the following settings to configure a command to be executed
; after the normal Client data capture process, and how it is to be run
;UserCommand=
;PrefixExePath=No
;Visible=No

[Offline Mode]
Disabled=No
;
; OfflineDirPath must specify either a UNC path or an absolute drive path.
; Setting OfflineDirPath=a:\ would push to a floppy; otherwise use a UNC
; path to reference a network location, including any user/domain/pwd in
; our standard format. The Client will encrypt this line.
;
; OfflineDirPath=\\vecsrv\vnlpush%user:pwd
; OfflineDirPath=|Encrypted:C3D3A5FCEEB9F3E9ECE8FBF8E3C8E5E0E2F3EAF8D1D0
; OfflineId=0035
;
;OfflinePrefix=LU
;
; Setting PushDaysInterval=0 makes the main Offline file push happen on every
; run of the Client (this includes pushing *.SWM - these can be pushed more
; often, as well, dependent upon settings in the [Software Metering] section)
;PushDaysInterval=0
;PushOnce=No
;LastPushDate=08Jul2005
;
; Drive=Z: would force the Client to map Z: to a network Offline Area, rather
; than allocating a free drive letter automatically
; Drive=Z:

[Directory Snapshot]
Disabled=No
;Drives=C,D,E,F
; Use the following lines to disable compression for Win16 and Win32 Clients
;Win16CompressThreshold=1
;Win32CompressThreshold=1
;
; The Directory Snapshot process normally uses a cache of VersionInfo data to
; provide a significant performance boost on all but the first capture.
; This cache can be disabled if necessary but performance may suffer
; badly, especially if a virus scanner is active
;CacheEnabled=Yes
;
; The VersionInfo information scan can be disabled, and applied to various file types
; and specific/wildcard directories can be excluded
;VIScanEnabled=Yes
;VIScanFileWildcards=*.exe
;VIScanExcludeDirectories=
;
; The last access time for each executable file can be disabled
;FileAccessTimeScanEnabled=Yes

[Software Distribution]
Disabled=No
; Software Distribution functionality is normally provided by a service on
; Windows NT-class systems but this can be overridden to force use of
; the Distribution application instead
AgentService=Yes
Automatic=Yes
;
; The Distribution Client will normally wait until a user logs on before
; processing any Distribution jobs. This can be disabled if necessary
; (e.g. for machines that are not used interactively)
LogonWait=No

