Creating a Batch File to Install the Products - Teradata Tools and Utilities

Teradata® Tools and Utilities for Microsoft Windows Installation Guide

Product
Teradata Tools and Utilities
Release Number
16.20
Published
September 2019
Language
English (United States)
Last Update
2019-09-23
dita:mapPath
agd1527114222312.ditamap
dita:ditavalPath
windows_No_ie.ditaval.ditaval
dita:id
B035-2407
lifecycle
previous
Product Category
Teradata Tools and Utilities
The batch file that you create in this procedure will be used to automatically perform the following tasks:
  • Uninstall existing Teradata Tools and Utilities products (if you include that instruction)
  • Install new Teradata Tools and Utilities products
  1. Create a batch file on the root of the software repository. For example, name the file Deploy_TTU.bat.
  2. Add the appropriate text to the file.
    Option Description
    Already uninstalled existing products
    REM Input:     No input required
    REM Logging:   The log file for each package will be located in the
                   %temp% folder
    
    silent_install.bat "PRODUCT"
    Need to uninstall

    14.10 or later

    REM Input:     No input required
    REM Logging:   The log file for each package will be located in the
                   %temp% folder
    
    silent_uninstall.bat ALL
    
    silent_install.bat "PRODUCT"
    Need to uninstall

    14.10 or earlier

    REM Input:     No input required
    REM Logging:   The log file for each package will be located in the
                   %temp% folder
    
    cscript uninstall_TTU.vbs ALL
    
    silent_install.bat "PRODUCT"

    where PRODUCT is a set of parameter values associated with the products that will be installed. The parameter values, including a set of strings you can copy, are found at: Product Parameter Values for Silent Installs.