Creating a package for installing in silent mode

Use these instructions to create a silent installation package.

Before you begin

Before you create the package, decide where you are going to store the package. If you are burning a DVD, use a staging directory. If you are placing the package on a file server, you can use a staging directory or you can build the package directly on the file server.

Procedure

  1. Run the following command to create the tdpdpkg staging directory:
    mkdir c:\tdpdpkg
  2. From the command line, navigate to the staging directory cd /d c:\tdpdpkg
  3. Copy the Data Protection for Oracle DVD distribution files to the staging directory:
    xcopy g:\*.* . /s
  4. Replace the existing setup.bat with the one created in the previous step: copy c:\setup.bat

What to do next

The installation package can be placed on a DVD or made available from a shared directory.