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:
Oracle recommends creating a new folder, such as 'Installer.' Do not include spaces in the folder name.
cd c:\Installer
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.
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
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
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
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
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
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
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
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
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
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
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
setup.exe /package /q ADDLOCAL=msi_p6pro_64;PM /log "<LogFileLocation>"
REMOVE=msi_p6pro_32,msi_p6pro_64;Visualizer msi_p6pro_64_INSTALLDIR=C:\Temp
where <LogFileLocation>
is the folder where you want to save the log file.
setup.exe /help
to access documentation for command-line parameters.
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Tuesday, August 02, 2016