Install with UNC paths on Windows

You can install IBM Installation Manager and a package using UNC (Uniform Naming Convention) paths. When running your script with a UNC path, you must specify relative paths to the Installation Manager and package repositories in the response file.

See Create a script to install Installation Manager and a package silently at the same time for information about creating scripts.


Procedure

  1. Copy your Installation Manager installation files and product installation files into a shared directory. Example:
    agent.installer.platform_1.4.4
    product_v.7.1.1

  2. Create a response_file folder in the shared directory. Example:
    agent.installer.platform_1.4.4
    product_v.7.1.1
    response_file

  3. Save your response file in the response_file folder.

  4. Open the response file with a text editor.

  5. Edit the repository locations for the product and Installation Manager to locations relative to the response file. Example:
    ...
    <server>
    <repository location="product_v.7.1.1\disk1"/>
    <repository location="agent.installer.platform_1.4.4"/>
    </server>
    ...

  6. Create a batch file. When you input the response file, specify a relative path relative to the installer. Example:
    pushd "\\network_machine\installation_files\agent.installer.platform_1.4.4"
     installc 
     input "..\response_file\response_file.xml" -acceptLicense

    If you are using Windows 2000, see Microsoft article #317379 for information about the pushd command.


What to do next

Run the batch file to install Installation Manager and the product.

+

Search Tips   |   Advanced Search