Manual
Table Of Contents
- Preface
- Chapter 1. Overview
- Chapter 2. Installation
- Chapter 3. Working with Client Security Solution
- Chapter 4. Working with ThinkVantage Fingerprint Software
- Chapter 5. Working with Lenovo Fingerprint Software
- Chapter 6. Best Practices
- Deployment examples for installing Client Security Solution
- Switching Client Security Solution modes
- Corporate Active Directory rollout
- Standalone Install for CD or script files
- System Update
- System Migration Assistant
- Generating a certificate using key generation in the TPM
- Using USB fingerprint keyboards with 2008 ThinkPad notebook computer models (R400/R500/T400/T500/W500/X200/X301)
- Appendix A. Special considerations for using the Lenovo Fingerprint Keyboard with some ThinkPad notebook models
- Appendix B. Synchronizing password in Client Security Solution after the Windows password is reset
- Appendix C. Using Client Security Solution on a reinstalled Windows operating system
- Appendix D. Using the TPM on ThinkPad notebook computers
- Appendix E. Notices
- Glossary

Table4.WindowsInstallerproperties(continued)
PropertyDescription
ARPSYSTEMCOMPONENT
PreventsdisplayofapplicationintheAddorRemove
Programslist.
ARPURLINFOABOUT
URLforanapplication'shomepage.
ARPURLUPDATEINFO
URLforapplication-updateinformation.
REBOOTTheREBOOTpropertysuppressescertainpromptsfor
arebootofthesystem.Anadministratortypicallyuses
thispropertywithaseriesofinstallationstoinstallseveral
productsatthesametimewithonlyonerebootatthe
end.SetREBOOT=“R”todisableanyrebootsattheend
ofaninstall.
Installationlogle
TheinstallationlogleofClientSecuritySolutionisnamedascssinstall83xx.log,andiscreatedinthe
%temp%directoryifthesetupislaunchedbythesetup.exele(double-clicktheinstall.exele,runthe
executablewithoutparameters,orextracttheMSIpackageandrunthesetup.exele).Thislecontainslog
messagesthatcanbeusedtodebuginstallationproblems.Thelogleincludesanyactivitiesperformedby
theAdd/RemoveappletinControlPanel.Thelogleisnotcreatedwhenyouarerunningthesetup.exele
directlyfromtheMSIpackage.TocreatealogleforallMSIactions,youcanenabletheloggingpolicyin
theregistry.Todothis,createthefollowingvalue:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"="voicewarmup"
Installationexamples
Thefollowingtableshowsexamplesofinstallationsusingthesetup.exele.
Table5.Installationexamplesusingthesetup.exele
DescriptionExample
Silentinstallationwithnoreboot
setup.exe/s/v”/qnREBOOT=”R””
Administrativeinstallation
setup.exe/a
Silentadministrativeinstallationspecifyingtheextract
locationforClientSecuritySoftware.
setup.exe/a/s/v”/qnTARGETDIR=”F:
\CSS83””
Silentuninstallation.
setup.exe/s/x/v/qn
Installationwithnoreboot(Createaninstallationlogin
tempsubdirectoryforClientSecuritySoftware.)
setup.exe/v”REBOOT=”R”/L*v%temp%
\cssinstall83.log”
InstallationwithoutinstallingthePredesktopArea
setup.exe/vPDA=0
ThefollowingtableprovidesinstallationexamplesusingClientSecurity-PasswordManager.msi:
Table6.InstallationexamplesusingClientSecurity-PasswordManager.msi
DescriptionExample
Installation
msiexec/i“C:\CSS83\ClientSecurity
Solution-PasswordManager.msi”
Silentinstallationwithno
reboot
msiexec/i“C:\CSS83\ClientSecurity
Solution-PasswordManager.msi”/qnREBOOT=”R”
Silentuninstallation
msiexec/x“C:\CSS83\ClientSecurity
Solution-PasswordManager.msi”/qn
Chapter2.Installation11