SET WARPIN_DISPLAYPAGES={YES|NO}
YES
is specified (which is the default), you get the regular installation
sequence (even though you may set certain default values with the
other variables below). If NO
is specified, WarpIN will
jump directly to the installation with no further chance for you to
interfere (except pressing the "Cancel" button).
Specify YES
first to test your installation variables. If you're
sure that everything works well, change it to NO
.
SET WARPIN_INSTALLACTION={REPAIR|ADDREMOVE|DEINSTALL}
SET WARPIN_SELECTPACKAGEx={YES|NO}
x
for installation, depending on
whether the argument is YES
or NO
.
The default selection status is determined by the archive's author in the
install script.
Note that if the author has specified the NODESELECT
attribute with
a PCK
tag, you can't deselect it with
this variable either.
SET WARPIN_TARGETPATHx=path
x
.
The default is specified in the install script for each archive.
If you set the path for a package which has the BASE
attribute
set in its PCK
tag, the other
paths are automatically updated.
SET WARPIN_UPDATECONFIGSYS={YES|NO}
SET WARPIN_INSTALLWPSCLASSES={YES|NO}
SET WARPIN_CREATEWPSOBJECTS={YES|NO}
SET WARPIN_IFSAMEDATE={PROMPT|SKIP|OVERWRITE}
SET WARPIN_IFEXISTINGOLDER={PROMPT|SKIP|OVERWRITE}
SET WARPIN_IFEXISTINGNEWER={PROMPT|SKIP|OVERWRITE}
For each of them, the options have the following meaning:
PROMPT
: show the "File exists" dialog.
SKIP
: skip the file, don't prompt.
OVERWRITEALL
: overwrite the file, don't prompt.
SET WARPIN_IFSAMEDATE=OVERWRITE SET WARPIN_IFEXISTINGOLDER=OVERWRITE SET WARPIN_IFEXISTINGNEWER=PROMPT