     Installing Dynamic Draw Professional 4 Installer

                    January 14, 2007

                   Masayuki Fukushiro

Requirements
============
To build Dynamic Draw Professional 4 Installer, following software
is required.
- Microsoft Windows 98 or Windows Me or Windows 2000 or Windows XP
- InstallShield for Microsoft Visual C++ 6

Directory structure
===================
Your directory structure should look like this:

  -+- BuildDynamicDraw (directory)
   |
   +- DynamicDraw (directory)
   |
   +- DynamicServer (directory)
   |
   +- FmRegExp (directory)
   |
   +- HiDocTool (directory)
   |
   +- libpng (directory)
   |
   +- MolipSDK (directory)
   |
   +- MsgPanel (directory)
   |
   +- Plugin (directory)
   |
 * +- InstallDynamicDraw (this directory)
       |
     * +- INSTALL.txt (this file)
       |
       +- INSTALL.JP.txt (file)
       |
       +- README.txt (file)
       |
       +- README.JP.txt (file)
       |
       +- CopyFiles.ENG.bat (file)
       |
       +- CopyFiles.JP.bat (file)
       |
       +- CopyFiles.NOMOVIE.ENG.bat (file)
       |
       +- DDPro4_ENG (directory)
       |   |
       |   +- DDPro4_ENG.ipr (file)
       |   |
       |   +- Description.txt (file)
       |   |
       |   +- Notes.txt (file)
       |   |
       |   +- Component Definitions (directory)
       |   |   |
       |   |   +- Default.cdf (file)
       |   |   |
       |   |   +- Default.fgl (file)
       |   |
       |   +- File Groups (directory)
       |   |   |
       |   |   +- Default.fdf (file)
       |   |   |
       |   |   +- Example FILES.fgl (file)
       |   |   |
       |   |   +- Help FILES.fgl (file)
       |   |   |
       |   |   +- PlugIns.fgl (file)
       |   |   |
       |   |   +- Program DATA FILES.fgl (file)
       |   |   |
       |   |   +- Template FILES.fgl (file)
       |   |
       |   +- Registry Entries (directory)
       |   |   |
       |   |   +- Default.rge (file)
       |   |
       |   +- Script Files (directory)
       |   |   |
       |   |   +- Setup.dbg (file)
       |   |   |
       |   |   +- setup.ino (file)
       |   |   |
       |   |   +- setup.ins (file)
       |   |   |
       |   |   +- Setup.obs (file)
       |   |   |
       |   |   +- setup.rul (file)
       |   |
       |   +- Setup Files (directory)
       |   |   |
       |   |   +- Compressed Files (directory)
       |   |   |   |
       |   |   |   +- 0011-Japanese (directory)
       |   |   |       |
       |   |   |       +- Intel 32 (directory)
       |   |   |           |
       |   |   |           +- license.txt (file)
       |   |   |
       |   |   +- Uncompressed Files (directory)
       |   |       |
       |   |       +- Language Independent (directory)
       |   |           |
       |   |           +- OS Independent (directory)
       |   |               |
       |   |               +- setup.bmp (file)
       |   |
       |   +- Shell Objects (directory)
       |   |   |
       |   |   +- Default.shl (file)
       |   |
       |   +- String Tables (directory)
       |   |   |
       |   |   +- Default.shl (file)
       |   |   |
       |   |   +- 0011-Japanese (directory)
       |   |       |
       |   |       +- value.shl (file)
       |   |
       |   +- Text Substitutions (directory)
       |       |
       |       +- Build.tsb (file)
       |       |
       |       +- Setup.tsb (file)
       |
       +- DDPro4_JP (directory)
           |
           +- DDPro4_JP.ipr (file)
           |
           +- Description.txt (file)
           |
           +- Notes.txt (file)
           |
           +- Component Definitions (directory)
           |   |
           |   +- Default.cdf (file)
           |   |
           |   +- Default.fgl (file)
           |
           +- File Groups (directory)
           |   |
           |   +- Default.fdf (file)
           |   |
           |   +- Example FILES.fgl (file)
           |   |
           |   +- Help FILES.fgl (file)
           |   |
           |   +- PlugIns.fgl (file)
           |   |
           |   +- Program DATA FILES.fgl (file)
           |   |
           |   +- Template FILES.fgl (file)
           |
           +- Registry Entries (directory)
           |   |
           |   +- Default.rge (file)
           |
           +- Script Files (directory)
           |   |
           |   +- Setup.dbg (file)
           |   |
           |   +- setup.ino (file)
           |   |
           |   +- setup.ins (file)
           |   |
           |   +- Setup.obs (file)
           |   |
           |   +- setup.rul (file)
           |
           +- Setup Files (directory)
           |   |
           |   +- Compressed Files (directory)
           |   |   |
           |   |   +- 0011-Japanese (directory)
           |   |       |
           |   |       +- Intel 32 (directory)
           |   |           |
           |   |           +- license.txt (file)
           |   |
           |   +- Uncompressed Files (directory)
           |       |
           |       +- Language Independent (directory)
           |           |
           |           +- OS Independent (directory)
           |               |
           |               +- setup.bmp (file)
           |
           +- Shell Objects (directory)
           |   |
           |   +- Default.shl (file)
           |
           +- String Tables (directory)
           |   |
           |   +- Default.shl (file)
           |   |
           |   +- 0011-Japanese (directory)
           |       |
           |       +- value.shl (file)
           |
           +- Text Substitutions (directory)
               |
               +- Build.tsb (file)
               |
               +- Setup.tsb (file)

Building steps
==============
0. Before the building, you have to build the whole Dynamic Draw Professional,
   and all plug-ins under the Plugin directory.
1. Execute 'CopyFiles.ENG.bat'. If you wish to build the installer without movies,
   execute 'CopyFiles.NOMOVIE.ENG.bat' alternatively.
   It creates 'C:\DynamicDrawInstallFiles' directory and copies required files there.
2. Start 'InstallShield for Microsoft Visual C++ 6' and open './DDPro4_ENG/DDPro4_ENG.ipr'.
3. Click 'Media build wizard' and make a new media:'DDPro'.
4. Click 'Send to media' and make a installer.

