MQPLOG |
path\file_name |
Specifies the log to be used during install/uninstall,
for example MQPLOG="C:\TEMP\UPDATEINSTALL.LOG" |
MQPBACKUPPATH |
path |
Specifies the directory to backup into during install,
for example MQPBACKUPPATH="C:\BACKUP" |
MQPREBOOT |
0|1 |
Specifies what to do when a reboot is required, for
example MQPREBOOT=1. - If no value is supplied, you will be prompted for what to do.
- If MQPREBOOT is set to 0, a reboot will be supressed
- If MQPREBOOT is set to 1, the reboots will go ahead without prompting.
|
MQPSILENT |
0|1 |
Specifies whether to do a silent install or not, for
example MQPSILENT=1. - If no value is supplied, or if MQPSILENT is set to 0, the install is
interactive.
- If MQPSILENT is set to 1, the install is silent.
|
MQPINUSEOK |
0|1 |
Specifies whether to continue even if a file is found
to be currently locked by another application. If you choose to continue
even if a file is currently locked by another application, then you will need
to reboot to complete fixpack installation. - If no value is supplied, or if MQPINUSEOK is set to 0, the installation
will fail if files are found to be in use by other applications.
- If MQPINUSEOK is set to 1, the installation will be deferred until you
reboot.
|
MQPUNINST |
0|1 |
Specifies the removal of the last fixpack.- If no value is supplied, or if MQPUNINST is set to 0, the fixpack will
be installed.
- If MQPUNINST is set to 1, the latest fixpack will be uninstalled.
|