/build/static/layout/Breadcrumb_cap_w.png

InstallAnywhere installer.properties file

Hi,
I am having problems with the installer.properties file. The file is provided as this:

# Installation mode (Silent)
INSTALLER_UI=SILENT
# Installation directory - use "\\" to separate directories.
USER_INSTALL_DIR=C:\\Informatica\\PowerCenter8.1.0
# Installation set (Complete/Custom)
CHOSEN_INSTALL_SET=Complete
# PowerCenter Client components (PowerCenter Client/Metadata Manager Client)
CHOSEN_INSTALL_BUNDLE_LIST=PowerCenter Client, Metadata Manager Client
# Metadata Manager Integration Repository Code Page (MS1252/Latin1)
CODEPAGE=MS1252
# Metadata Manager Integration Repository Name
INTREPONAME=PowerCenter

Only the PowerCenter Client is needed here and of course different install. dir. So I changed the installer.properties to this:

# Installation mode (Silent)
INSTALLER_UI=SILENT
# Installation directory - use "\\" to separate directories.
USER_INSTALL_DIR=C:\\Program Files\\PowerCenter8.1.0
# Installation set (Complete/Custom)
CHOSEN_INSTALL_SET=Custom
# PowerCenter Client components (PowerCenter Client/Metadata Manager Client)
CHOSEN_INSTALL_BUNDLE_LIST=PowerCenter Client

Using this command line in a batch file: where %path% is replaced with an absolute path.
%path%\install.exe -f %path%\installer.properties.

Anyway, the app. gets installed in the specified install. directory, C:\Program Files\PowerCenter8.1.0 and now comes the BUT..................
It still installs Metadat Manager Client. I googled and found information on the installer.properties file but I tried many different things, the only thing it does right is installing it in the directory that I specify in this properties file.

Can anyone tell me what I need to do in this file so it will only install PowerCenter Client?

Thanks.

0 Comments   [ + ] Show comments

Answers (5)

Posted by: gizsha 16 years ago
Purple Belt
0
Oohhhh, nobody?

This is Informatica Powercenter version 8.1.1.

Anybody?

thx!
Posted by: anonymous_9363 16 years ago
Red Belt
0
Oohhhh, nobody?Tried the vendor?
Posted by: Coriolus 16 years ago
Orange Belt
0
Most or all of my experience with the installer.properties answer files have been positive. It looks like you have the file configured properly but I would go to the vendor's site and look for any information they have on types of configs for their unattended setup. They must have some documentation on it, if not give them a call..
Posted by: nrhudson 16 years ago
Yellow Belt
0
I found at the vendor site that at least with Inf PC 8.1.1, the silent install is not supported unless you install all components. I used the default installer.properties file and ran the install locally on a machine with command line similar to this c:\temp\install\install.exe -i silent -f c:\temp\install\installer.properties and it seemed to work fine. I am adding SP4 as an after thought, but that is how I got it to install, at least with 8.1.1
Posted by: koawmfot 14 years ago
Senior Yellow Belt
0
the systax is wrong in the sample informatica file for 8.1.1 (i haven't seen others). digging around other files i found that you need to use "customized_set" instead of "custom" and that the bundle_list of components needs to be placed before the install_set.

here is mine to install only powercenter client.

# Installation mode (Silent)
INSTALLER_UI=SILENT

# Installation directory - use "\\" to separate directories.
USER_INSTALL_DIR=C:\\Program Files\\Informatica\\PowerCenter8.1.1

# PowerCenter Client components (PowerCenter Client/Metadata Manager Client)
CHOSEN_INSTALL_BUNDLE_LIST=PowerCenter Client

# Installation set (Complete/Custom)
CHOSEN_INSTALL_SET=Customized_Set

# Metadata Manager Integration Repository Code Page (MS1252/Latin1)
#CODEPAGE=MS1252

# Metadata Manager Integration Repository Name
#INTREPONAME=PowerCenter
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ