Customizing Installation

By using the setup file for installation (Setup.ini) and the setup file for customized installation (dw.ini), you can customize how the product is installed.

Configuring so That Unwanted Software Programs Will Not Be Installed

If there are one or more software programs that are not required to be installed, use the installation setup file (Setup.ini) to configure installation.
Copy the installer onto your computer, and open "Setup.ini" located in the same folder as "Setup.exe".
The DocuWorks installer runs the installer for each software programs in the order of the "Setup{nn}" sections described in the "Setup.ini" file. Deleting the section for the software program that is not required to be installed prevents that installer being launched.
However, only the following sections can be deleted:

Using the setup file for customized installation

By using the setup file for customized installation (dw.ini), the following customizations can be made:
Note
In the silent installation, personal settings are also done in silent mode. In this case, personal settings are configured with the default values. If you want to customize personal settings, see "Customizing Personal Settings Tool."

How to change the location where the setup file for customized installation is stored

By default, the setup file for customized installation is stored in the same folder as that for "Setup.exe".
To change the location where the setup file for customized installation is stored, add the following section in the "Setup.ini" file and specify the path.
[CustomizeFile]
Path={full path to the setup file for customized installation}

How to describe the setup file for customized installation

Download the DocuWorks installer to your PC, and decompress or mount it. Copy "dw.ini" located in the "Tools" folder onto the same folder as "Setup.exe" or the folder specified in "Setup.ini". Describe the settings as needed, and save the file in Unicode format.
The format for "dw.ini" is the same as that for standard Windows ini files. The key and value must be connected with "= (equal mark)" and described in the same row.
[Section name]
key 1 = value 1
key 2 = value 2
[Section name 2]
key 1 = value 1
key 2 = value 2
The following is an example description:
[UserInfo]
SerialNumber={the serial number of DocuWorks to install}
[UpgradeInfo]
SerialNumber={the serial number of DocuWorks for which you run the upgrade}
Note
If you specify "SilentInstall=Y" in the [Install] section], silent installation will be done even if you execute Setup.exe with no option specified.
[InstFolder]
Path={full path to the installation destination folder}
[OptionFile]
NeighborhoodDesk=N
[Finish]
Reboot=Y
 
For information on other sections in "dw.ini" and keys, refer to the following tables:

Section name

The meaning of each section name, the corresponding dialog box, and setting of installation are as follows:
Section
name
Description
"Install"
Set this when performing installation.
"Language"
Set the language to install.
The initial value is the language according to the OS system locale.
"CustomFile"
"CustomFile" section specifies the customized file of the DocuWorks personal settings. If the file written in this section is located in the same folder as that of "setup.exe" of the installer, the installer copies it in the same folder (the default "C:\Program Files\Common Files\FUJIFILM\DocuWorks\bin") as that of the installation destination of the DocuWorks personal settings tool.
"AuthType"
Set the authentication method in the license activation.
Note
This section is not used when setting for Volume license edition.
"UserInfo"
Corresponds to the [Customer Information] dialog box. Specify the user name, the name of the organization, and the serial number.
"UpgradeInfo"
Corresponds to the [System Information] dialog box in the upgrade installer. Specify the serial number of the upgrade target product.
"InstFolder"
Corresponds to the [Destination Folder] dialog box.
"InstFolder64"
Corresponds to the [Destination Folder] dialog box for 64 bit version.
"ViewerControl"
Corresponds to the [Use of DocuWorks Viewer Control] dialog box.
"DeskShortcut"
Corresponds to the [Shortcut to DocuWorks Desk] dialog box.
"Finish"
Specify whether to restart PC when the silent installation is completed.
"Annotations"
Copy the custom annotation to the system, and specify the operation of the custom annotation.
"Annotation-DLL" name
Specify whether to operate each custom annotation. The part of "DLL name" is a file name that exists in the folder specified in the "Annotations" section.
"Plugins"
Specify the file to customize the setting of the plug-in of DocuWorks Desk.
"Templates"
Specify the folder copied onto each user's folder as you execute the Personal Settings Tool.
"OptionFile"
Specify whether or not to enable the functions at installation.

Key

The key and value for each section are described below: If there is no description or the invalid value is specified, the default will be applied.
Note
When InstFolder is set for the setup file, the program will be installed in the folder specified in the setup file even if the installation is overwritten.