Prepare a silent installation response file
Before installing IBM Sales Center for WebSphere Commerce silently, prepare a file that contains the information required to complete the installation wizard. This file is called a response file because it contains responses to the prompts of the installation wizard.
A template response file is provided on the IBM Sales Center for WebSphere Commerce CD. The file is called responsefile.txt.
To prepare the silent installation response file...
- Gather the following information:
- Installation path
- This is the full path to the location where you want to install IBM Sales Center for WebSphere Commerce
- If you want to use the template response file, copy the responsefile.txt file from IBM Sales Center for WebSphere Commerce CD to a location on the hard drive.
- Open the responsefile.txt file in a text editor.
- Update the options in the file as follows:
Parameters in the file take the following form:
-Wparameter="your_value"
Installation Information Parameter Example License Acceptance lafiles.licenseAccepted -P lafiles.licenseAccepted="true" Installation path destination.installPath -W destination.installPath="C:\Telesales" When you update the options in the files, follow these rules:
- Start parameter settings with -W
- Put a space between the -W and parameter.
- Put an equals sign (=) between the parameter and your value.
- Enclose your values in quotation marks (").
- If you have no value to enter, use two quotation marks with no space in between ("").
- A parameter setting cannot span multiple lines. It must be entered on one line.
- If you want to make comments in the file, put a number sign character (#) before the comment. If the comment spans multiple lines, each line must begin with a number sign character.
- Save your changes and exit the text editor.