Powercenter 9.1.0
Is there a silent way to uninstall this product?
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
andemats
12 years ago
Posted by:
tecrumors
12 years ago
Posted by:
piyushnasa
12 years ago
Posted by:
piyushnasa
12 years ago
Posted by:
Kess78
12 years ago
Hi guys, I did it in the following way:
Install command line:
.\Client\install.exe -i silent -DINSTALL_MODE=SILENT
.\SilentInput.properties file contents:
INSTALL_TYPE=0
UPG_BACKUP_DIR=C:\Informatica\9.0.1
USER_INSTALL_DIR=C:\Informatica\9.1.0
DXT_COMP=1
CLIENT_COMP=1
DT_COMP=1
NEW_ECLIPSE_SELECTION=1
ECLIPSE_LOCATION=
Uninstall command line:
"C:\Informatica\9.1.0\Uninstaller_Client\uninstaller.exe" -i silent
Hope it helps.
Bye Kess.