The customized script starts the .msi setup program for the product and installs IBM® Rational® Rhapsody® according to the properties you have set in your script.
Your Windows script first defines the product that you are installing. This example sets up the developer's edition for C and C++:
set RHAPSODY_ROOT=E:\Program Files\IBM\Rhapsody
set RHAPSODYEDITION=Development
set IS_LANG_C=1
set IS_LANG_CPP=1
See the list of possible properties and a short sample
script in the topic on silent installation properties.To see a sample script for a silent installation, see the file in your <product installation path>\Samples\SilentInstallTemplate.
If you want to use the setup.exe file to install the product, see the topic on installing Rational Rhapsody on a Windows system.