Running Unattended Setup

Note: The P6 Professional installer uses the Oracle Universal Installer, which does not use a response file. Instead, save your setup command line in a batch file in the install directory and execute the batch file for silent installs.

Complete the following steps to run unattended setup:

  1. Copy the contents of the files in the Client_Applications folder to a local folder.

    Oracle recommends creating a new folder, such as 'Installer.' Do not include spaces in the folder name.

  2. Open a command line by choosing Start, Run. Enter cmd and click OK.
  3. On the command line window, go to location of the Installer folder. For example,

    cd c:\Installer

  4. On the command line window, enter the following command:

    setup /q

    Note: This command silently runs a Typical Installation, which installs P6 Professional and Visualizer to the default location (<local drive>\Program Files\Oracle\Primavera P6\P6 Professional). The 64-bit versions are installed on 64-bit computer and the 32-bit versions are installed on 32-bit computer.

Installing individual components

Visualizer (64-bit) Only

To install Visualizer (64-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_64;Visualizer REMOVE=msi_p6pro_32,msi_p6pro_64;PM msi_p6pro_64_INSTALLDIR=C:\Temp

P6 Professional (64-bit) only

To install P6 Professional (64-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_64;PM REMOVE=msi_p6pro_32,msi_p6pro_64;Visualizer msi_p6pro_64_INSTALLDIR=C:\Temp

Job Service only

To install Job Service, enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_64;PrmJob REMOVE=msi_p6pro_32,msi_p6pro_64;Visualizer,msi_p6pro_64;PM msi_p6pro_64_INSTALLDIR=C:\Temp

Admin Configuration (64-bit) only

To install Admin Configuration (64-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_64;AdminConfig REMOVE=msi_p6pro_32,msi_p6pro_64;Visualizer,msi_p6pro_64;PM msi_p6pro_64_INSTALLDIR=C:\Temp

Standalone Database Migration Tool (64-bit) only

To install the Standalone Database Migration Tool (64-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_64;Standalone_Migration REMOVE=msi_p6pro_32,msi_p6pro_64;PM,msi_p6pro_64;Visualizer msi_p6pro_64_INSTALLDIR=C:\Temp

Standalone Upgrade Tool (64-bit) only

To install Standalone Upgrade Tool (64-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_64;DBSchema REMOVE=msi_p6pro_32,msi_p6pro_64;PM,msi_p6pro_64;Visualizer msi_p6pro_64_INSTALLDIR=C:\Temp

Visualizer (32-bit) only

To install Visualizer (32-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_32;Visualizer REMOVE=msi_p6pro_64,msi_p6pro_32;PM msi_p6pro_32_INSTALLDIR=C:\Temp

P6 Professional (32-bit) only

To install P6 Professional (32-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_32;PM REMOVE=msi_p6pro_64,msi_p6pro_32;Visualizer msi_p6pro_32_INSTALLDIR=C:\Temp

P6 Professional SDK only

To install the P6 Professional SDK, enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_32;PMSDK REMOVE=msi_p6pro_64,msi_p6pro_32;Visualizer;msi_p6pro_32;PM msi_p6pro_32_INSTALLDIR=C:\Temp

Admin Configuration (32-bit) only

To install Admin Configuration (32-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_32;AdminConfig REMOVE=msi_p6pro_64,msi_p6pro_32;Visualizer,msi_p6pro_32;PM msi_p6pro_32_INSTALLDIR=C:\Temp

Standalone Database Migration Tool (32-bit) only

To install the Standalone Database Migration Tool (32-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_32;Standalone_Migration REMOVE=msi_p6pro_64,msi_p6pro_32;PM,msi_p6pro_32;Visualizer msi_p6pro_32_INSTALLDIR=C:\Temp

Standalone Upgrade Tool (32-bit) only

To install Standalone Upgrade Tool (32-bit), enter the following command:

setup.exe /package /q ADDLOCAL=msi_p6pro_32;DBSchema REMOVE=msi_p6pro_64,msi_p6pro_32;PM,msi_p6pro_32;Visualizer msi_p6pro_32_INSTALLDIR=C:\Temp

Tips



Legal Notices
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, August 02, 2016