-- Reference --

Settings for the silentcwp.ini File

The settings in the table below are available when creating a silentcwp.ini file for an unattended installation.

Page Item Setting Result
SplashPage: Initial page displayed when installation begins showErrors 0 Hides any error dialogs
1 (default) Displays any error dialogs
skipUseDefault 0 (default) Does not skip page
1 Skips page
EULAPage: Displays the End User License Agreement     showErrors 0 Hides any error dialogs
1 (default) Displays any error dialogs
acceptEULA yes Accepts the EULA
no Does not accept the EULA and exits the installation
default (default) Displays the EULA and allows user to either accept or not accept
CodePage: Requires that a series of installation codes are entered showErrors 0 Hides any error dialogs
1 (default) Displays any error dialogs
codeX (where X begins with 1 and increases sequentially) <codeValue>

Specifies the installation code value for the Xth code field in the Install Code page

Note: Any break in the sequence will cause all subsequent codes to not be read in. Be sure a code is entered, but left blank if you don't want to prepopulate the code on installation.

Example:

code1=code1Value

code2=code2Value

code3=

code4=code4Value

FolderPage: Displays various destination folders showErrors 0 Hides any error dialogs
1 (default) Displays any error dialogs
skipUseDefault 0 (default) Uses values specified for cwPath, destPath, and klPath, or as inputted by user
1 Uses Packager default values and skips page. Also ignores cwPath, destPath, and klPath.
cwPath <path> Specifies path to the CaseWare Program folder
default Uses Packager default value for the CaseWare Program folder
destPath <path> Specifies a destination path for the installation
default Uses the default Templates or Document Library destination path
klPath <path> Specifies the path to the Knowledge Library
default Uses the default Knowledge Library path
diffFolderConfirm ok Allows template to be installed to a location different from previous location
cancel Does not allow template to be installed to a different location, and exits the installation
default (default) The user can choose to either allow installation to a different location, or cancel the installation
overwriteConfirm ok Allows installation to overwrite the previous installation
cancel Does not allow the installation to overwrite the previous installation, and exits the installation
default (default) The user can choose to either allow the installation to overwrite the previous installation, or cancel the installation
newFolderConfirm ok Allows the creation of a new folder for the template
cancel Does not allow the creation of a new folder for the template, and exits the installation
default (default) The user can choose to either create a new folder for the template, or cancel the installation
newKLFolderConfirm ok Allows the creation of a new folder for the Knowledge Library
cancel Does not allow the creation of a new folder for the Knowledge Library, and exits the installation
default (default) The user can choose to either create a new folder for the Knowledge Library, or cancel the installation
autoUninstall yes Selects the Uninstall existing template checkbox. This allows the user to uninstall the template without working in the packager wizard.
no Clears the Uninstall existing template checkbox. The prior template version will remain installed.
<blank> (default) The user can choose to either select or clear the Uninstall existing template checkbox
autoUninstallConfirm ok Allows uninstallation of previous template
<blank> (default) The user can choose to confirm the uninstallation of the previous template
ExtractPage: Displays the progress of the installation   showErrors 0 Hides any error dialogs
1 (default) Displays any error dialogs
folderOverwrite merge Merges contents of preexisting file folders with content of installed folders with the same name
replace Replaces preexisting file folders with installed folders with the same name
skip Skips the installation of the duplicate folder
default The user can choose how the installation process should handle any file folders with the same name as preexisting folders in destination directory
clientFileFolderOverwrite replace Replaces preexisting client file folders with installed folders that have the same name
skip Skips the installation of the duplicate client file folder
default The user can choose how the installation process should handle any client file folders with the same name as preexisting client file folders in destination directory
fileOverwrite replace Replaces preexisting client files with installed files that have the sane name
skip Skips the installation of the duplicate client file
default The user can choose how the installation process should handle any client files with the same name as preexisting client files in destination directory
ConfirmPage: Concluding page indicating whether the installation succeeded or failed showOn error Displays page if an error occurred during installation
never Does not display page regardless of installation success or failure
always (default) Displays page regardless of installation success or failure
openTemplate 0 The template will not open after installation
1 The template will open after installation is complete
  • Clicking Cancel or closing the Install Template Package Wizard before the template has been installed will display an interruption screen.
  • An error page will display if the template installation was unsuccessful unless specified otherwise in your silentcwp.ini file.

Related Topics