How to find installed.xml with out installing a product using IIM
Guys,
I have a typical scenario at work. We need to install IBM products and find the evidence that a particular product is installed. We are finding it through installed.xml written in /var/ibm/installationmanager/ after installing the product.
Is there any way can we get this file with out installing the product just from the installer file i.e binary?
We just need to get productName,Version and Publisher information from that file or from any source within the binary or repository config file.
Your help is much appreciated.
Regards,
Sriram
Accepted answer
Hi,
Which version of IBM Installation Manager are you or will you be using?
The imcl under the tools directory could help you to:
listAvailablePackages
listInstalledPackages
and more
Check the Infocenter Links (for IM 1.7 for example) for these commands.
Hope this will help you.
Regards,
François
Which version of IBM Installation Manager are you or will you be using?
The imcl under the tools directory could help you to:
listAvailablePackages
listInstalledPackages
and more
Check the Infocenter Links (for IM 1.7 for example) for these commands.
Hope this will help you.
Regards,
François
Comments
One other answer
If you know how to read it, the information that you are after can be found in the repository.xml file within the repository/package of each IBM product.
If you still want the installed.xml file, follow the instructions in this document. It works for all IBM products that can be installed by Installation Manager. Basically you go through the whole installation process without actually copying the bits to your machine. In this case, you need to find the installed.xml file under the path specified by the -skipInstall parameter, not the location of your Installation Manager.
http://pic.dhe.ibm.com/infocenter/install/v1r7/topic/com.ibm.silentinstall12.doc/topics/t_silent_create_response_files_IM.html
If you still want the installed.xml file, follow the instructions in this document. It works for all IBM products that can be installed by Installation Manager. Basically you go through the whole installation process without actually copying the bits to your machine. In this case, you need to find the installed.xml file under the path specified by the -skipInstall parameter, not the location of your Installation Manager.
http://pic.dhe.ibm.com/infocenter/install/v1r7/topic/com.ibm.silentinstall12.doc/topics/t_silent_create_response_files_IM.html