To run unattended setup:
Note: The P6 Professional installer has changed to use 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.
Oracle recommends creating a new folder, such as 'Installer.' Do not include spaces in the folder name.
Note: Run cmd from the SysWOW64 folder.
cd c:\Installer
setup /q
This runs setup silently and there is no indication of the installer running. This will install to the default location:
Installing individual components only:
Visualizer
setup /q /l*v "<LogfileLocation>"
REMOVE=PM ADDLOCAL=Visualizer
setup /q /l*v "<LogfileLocation>" INSTALLDIR="<Programlocation>"
REMOVE=PM ADDLOCAL=Visualizer
SDK
setup /q /l*v "<LogfileLocation>"
REMOVE=PM ,Visualizer ADDLOCAL=PMSDK
setup /q /l*v "<LogfileLocation>" INSTALLDIR="<Programlocation>"
REMOVE=PM,Visualizer ADDLOCAL=PMSDK
P6 Professional Job Services
setup /q /l*v "<LogfileLocation>" REMOVE=PM,Visualizer ADDLOCAL=PrmJob
setup /q /l*v "<LogfileLocation>" INSTALLDIR="<Programlocation>" REMOVE=PM,Visualizer ADDLOCAL=PrmJob
Tips:
setup.exe /q INSTALLDIR="<Programlocation>"
setup.exe /q/l "<LogfileLocation>" INSTALLDIR="<Programlocation>"
<Programlocation> =
The location where you want to install the application
<LogfileLocation>
= The location where you want to save the logfile
msiexec /help
.
Related Topics |
Legal Notices
Copyright © 1999, 2016,
Oracle and/or its affiliates. All rights reserved.
Last Published Thursday, February 04, 2016