How to Generate CheckPoint SecureClient Package
Environment
Introduction
Share the same profile, no need to manual set each time after installation
Procedures
Reference
Introduction
Share the same profile, no need to manual set each time after installation
Procedures
- Set the profile on the computer which is installed SecureClient
- Stop the service - "Check Point SecuRemote Service"
- Go to "%ProgramFiles%\CheckPoint\SecuRemote\database\", copy the "userc.c"
- Downalod SmartConsole R65, and install, which is for the "cpmsi_tool.exe". It should be on "%ProgramFiles%\CheckPoint\SmartConsole\R65\PROGRAM\util\"
- Run "cpmsi_tool.exe" to extract the msi
cpmsi_tool base.msi out all
- Replace the "userc.c" to be the one modified
- Edit the "product.ini" to be the wanted setting
- Run "cpmsi_tool.exe" to restore the msi
cpmsi_tool.exe base.msi in all
- Now, the package is generated, and installation can be
msiexec /i base.msi /qb-i /norestart
Reference