The CA DLP distribution image includes two Visual C runtime libraries, vcredist_x86.exe and vcredist_x64.exe. These libraries must be present on the host machines before you can install CA DLP.
If you need to include these libraries in your Group Policy deployment, you first must extract the 'double wrapped' .msi images and .cab files from the executables.
To extract the source image for 32-bit machines
You will need to specify two separate output folders when extracting these source images.
Run this command:
vcredist_x86.exe /C /T:<path to output folder #1>
This command extracts VCREDI~3.EXE.
Run this command:
vcredist_x64.exe /C /T:<path to output folder #1>
This command extracts VCREDI~2.EXE.
Run this command:
<path to output folder #1>\VCREDI~3.EXE /C /T:<path to output folder #2>
This command extracts vcredist.msi and vcredis1.cab
Run this command:
<path to output folder #1>\VCREDI~2.EXE /C /T:<path to output folder #3>
This command extracts vcredist.msi, vcredis1.cab, plus a number of .cat files.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |