Hello once again,
now i'm trying to install the db2 runtime client 9.7 on my windows machine in unattended mode. I created already a response file (took the .rsp file from the temp directory during installation) which looks like this:
Code:
PROD=RUNTIME_CLIENT
INSTALL_TYPE=CUSTOM
DB2_COPY_NAME=DB2COPY1
DEFAULT_COPY=YES
DEFAULT_CLIENT_INTERFACE_COPY=YES
DEFAULT_INSTANCE=DB2
INSTANCE=DB2
DB2.NAME=DB2
LIC_AGREEMENT=ACCEPT
Now i'm trying to start the unattended installation but i don't know how! Which options are used to start the client unattended?
André