Job Management Partner 1/Software Distribution Administrator's Guide Volume 2
The PACKAGING_SOURCE tag specifies the file or directory to be packaged. This tag can be used in the dcmpack command.
The following shows the contents of specifiable parameters and the correspondence between parameters and command arguments:
Parameter |
Description |
Command argument |
file_path |
Name of the file to be packaged |
/P file-path |
base_fullpath |
Base directory path for packages |
/B base-fullpath |
- Organization of this subsection
- (1) Format
- (2) Explanation
(1) Format
PACKAGING_SOURCE{
file_path=file-path
base_fullpath=base-fullpath
}
(2) Explanation
- file_path=file-path
Specify the file or directory to be packaged in terms of a relative path from the directory specified in base_fullpath. During the installation of the package, the directory structure from base_fullpath is restored below the installation directory.
When specifying multiple files or subdirectories under the same directory (including the root directory), either separate the paths with semicolons (;) or code multiple file_path parameters.
Although a specified value may contain a space, specifying a space either before or after the semicolon (;) may produce a return code 2 error. In addition, be careful not to code a specification value by enclosing it in double quotation marks (" "). However, if you use a command argument to specify a value, a specification value that includes a space must be enclosed in double quotation marks (" ").
If file_path is not specified, all the files that are in the path specified in base_fullpath (if a file is specified in base_fullpath, only the specified file) are packaged.
- base_fullpath=base-fullpath
Specify the full path for the base directory for the file or directory to be packaged.
Any drive must be specified with a colon (:). For example, to package in the floppy disk in A drive, code as follows:
base_fullpath = A:
The following coding may result in an error:
base_fullpath = A:\
All Rights Reserved. Copyright (C) 2009, 2013, Hitachi, Ltd.
Copyright, patent, trademark, and other intellectual property rights related to the "TMEng.dll" file are owned exclusively by Trend Micro Incorporated.