Hi All,
Steps to install IBM DB2 Client silently.
1. When you install Db2 in UI mode (setup/source) , you will be asked to to save the settings in a response file. We can use this response file later to install the application silently.
Command line :
"%~dp0\CLIENT\setup.exe" /u "%~dp0\CLIENT\PROD_CLIENT_32.rsp" /l "<path of the log file>"
Uninstallation :
x86 :
C:\Program Files\IBM\SQLLIB\BIN\db2unins -p "CLIENT" -y
x64 :
C:\Program Files\IBM\SQLLIB\BIN\db2unins -p "CLIENT" -y
C:\Program Files(x86)\IBM\SQLLIB\BIN\db2unins -p "CLIENT" -y
I tried it. But my problem is DB2 service which popup to confirm stop and delete the application/service. So that, please help to advice force the popup.
Thanks so much! - phamhiepst 11 years ago
Uninstall command : before uninstalling stop the process db2mgmtsrv.exe. after that pass below this command,
db2unins -f -y -l <Path of uninstall log> - santhya 9 years ago