Top
Systemwalker Desktop Keeper Installation Guide
FUJITSU Software

2.6.3 Installation Using Systemwalker Desktop Patrol

The method to collectively install the clients (CT) of Systemwalker Desktop Keeper to the management target computer using the software distribution function of Systemwalker Desktop Patrol is as follows. For an overview of the installation method, refer to "1.2.5 Determine How to Install Client (CT)".

  1. Create silent installation settings file using the Sever Setting Tool.
    For information on how to create, refer to "Create installation settings file".

  2. Log on to the PC as a user that belongs to the Administrators group of local computer or a user that belongs to the Domain Admins group of domain. When other applications are being used, close them.

  3. Insert the setup disk into the drive.

    Copy the silent installation settings file (InstConf.ini) for client (CT) created according to "Create installation settings file" to any drive or folder.

  4. Copy the folder "win32\DTKClient" to any folder (Example: C:\work\dtkclient).

  5. Copy the installation setting file (InstConf.ini) created in Step 1 to any folder created in Step 4 (Example: C:\work\dtkclient).

  6. Create the batch file executed through the Contents distribution function of Systemwalker Desktop Patrol.
    The following example of batch is the situation when silent installation file is created as InstConf.ini. (Batch name: Setup.bat)

    rem ********************************************************

    rem * Systemwalker Desktop Keeper Contents Distribution Registration Batch *

    rem ********************************************************

    @ECHO OFF

    SETLOCAL

    rem acquire batch startup drive

    SET STARTDRIVE=%~d0

    rem acquire batch startup directory

    SET STARTDIR=%~p0

    rem create installation path

    SET INSTALLDIR=%STARTDRIVE%%STARTDIR%

    rem move the drive

    %STARTDRIVE%

    rem move the current directory

    cd %INSTALLDIR%

    rem execute silent installation

    .\setup.exe /Silent "%INSTALLDIR%InstConf.ini"

  7. Register Contents to Systemwalker Desktop Patrol so as to execute Setup.bat.
    For information on how to use the software distribution function of Systemwalker Desktop Patrol, refer to Systemwalker Desktop Keeper User's Guide for Administrator.