Previous Topic: Verify that the CA ARCserve D2D Installation was SuccessfulNext Topic: Antivirus Configuration


How the Installation Process Affects Operating Systems

The CA ARCserve D2D installation process updates various Windows operating system components using an installation engine named the Microsoft Installer Package (MSI). The components included in MSI let CA ARCserve D2D perform custom actions that let you install, upgrade, or uninstall CA ARCserve D2D.

The following components describe these custom actions that can be performed:

Note: All CA ARCserve D2D MSI packages call the components listed in the following description when you install and uninstall CA ARCserve D2D.

CallAllowInstall

Lets the installation process check for conditions relating to the current CA ARCserve D2D installation.

CallPreInstall

Lets the installation process read and write MSI properties. For example, read the CA ARCserve D2D installation path from the MSI.

CallPostInstall

Lets the installation process perform various tasks relating to installation. For example, registering CA ARCserve D2D into the Windows Registry.

CallAllowUninstall

Lets the uninstallation process check for conditions relating the current CA ARCserve D2D installation.

CallPreUninstall

Lets the uninstallation process perform various tasks relating to uninstallation. For example, un-registering CA ARCserve D2D from the Windows Registry.

CallPostUninstall

Lets the uninstallation process perform various tasks after the installed files are uninstalled. For example, removing the remaining files.

ShowMsiLog

Displays the Windows Installer log file in Notepad if the end user selects the Show the Windows Installer log check box in the SetupCompleteSuccess, SetupCompleteError, or SetupInterrupted dialogs and then clicks Finish. This works only with Windows Installer 4.0.

ISPrint

Prints the contents of a ScrollableText control on a dialog.

This is a Windows Installer .dll custom action. The name of the .dll file is SetAllUsers.dll, and its entry point is PrintScrollableText.

CheckForProductUpdates

Uses FLEXnet Connect to check for product updates.

This custom action launches an executable file named Agent.exe, and it passes the following:

/au[ProductCode] /EndOfInstall 
CheckForProductUpdatesOnReboot

Uses FLEXnet Connect to check for product updates on reboot.

This custom action launches an executable file named Agent.exe, and it passes the following:

/au[ProductCode] /EndOfInstall /Reboot

Directories Updated

The installation process installs and updates CA ARCserve D2D files in the following directories by default (x86 and x64 operating systems):

C:\Program Files\CA\ARCserve D2D

You can install CA ARCserve D2D into the default installation directory or into an alternate directory. The installation process copies various system files to the following directory:

C:\WINDOWS\SYSTEM32

Windows Registry Keys Updated

The installation process updates the following Windows registry keys:

Applications Installed

The installation process installs the following applications into your computer:

The following installation processes update various Windows Operating Systems:

  1. Antivirus Configuration
  2. Installation of Files Outside the Default Location
  3. Installation of Unsigned Binary Files
  4. Installation of Binary Files Containing Incorrect File Version Information
  5. Installation of Binary Files that Do Not Contain an Embedded Manifest
  6. Installation of Binary Files That Require a Privilege Level of Administrator in Manifest
  7. Installation of Driver API for Non-WDM Driver
  8. User Mode Driver Framework