Running Unattended Setup

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 EPPM 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 Typical Components (P6 EPPM and Visualizer)

64-bit Typical

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

setup.exe /package /q msi_p6pro_64_INSTALLDIR=C:\Temp

32-bit Typical on a 64-bit computer

To install P6 EPPM (32-bit) and Visualizer (32-bit) on a 64-bit computer, enter the following command:

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

32-bit Typical on a 32-bit computer

To install P6 EPPM (32-bit) and Visualizer (32-bit) on a 32-bit computer, enter the following command:

setup.exe /package /q msi_p6pro_32_INSTALLDIR=C:\Temp

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;PrmJob,msi_p6pro_64;DBSchema,msi_p6pro_64;Standalone_Migration,msi_p6pro_64;AdminConfig 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;DBSchema,msi_p6pro_64;AdminConfig,msi_p6pro_64;Standalone_Migration,msi_p6pro_64;PrmJob 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;DBSchema,msi_p6pro_64;Standalone_Migration 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;PrmJob,msi_p6pro_64;Standalone_Migration 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;PrmJob,msi_p6pro_64;DBSchema,msi_p6pro_64;AdminConfig 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;PrmJob,msi_p6pro_64;Standalone_Migration,msi_p6pro_64;AdminConfig 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;PMSDK,msi_p6pro_32;DBSchema,msi_p6pro_32;Standalone_Migration,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;DBSchema,msi_p6pro_32;Standalone_Migration,msi_p6pro_32;PMSDK 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;Standalone_Migration,msi_p6pro_32;DBSchema,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;PMSDK,msi_p6pro_32;Standalone_Migration,msi_p6pro_32;DBSchema,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;PMSDK,msi_p6pro_32;DBSchema,msi_p6pro_32;AdminConfig 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;PMSDK,msi_p6pro_32;Standalone_Migration,msi_p6pro_32;AdminConfig msi_p6pro_32_INSTALLDIR=C:\Temp

Tips



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

Last Published Tuesday, October 04, 2016