Friday, May 9, 2008

Apply ifix and fix package to ClearQuest

Apply ifix and fix package to ClearQuest

Use the following format to apply a product ifix or fix pack to an existing release area
1. Download the appropriate ifix or fix pack and store it on the host where the release area is located.
2. Open a command prompt on the host used for the release area.
3. Run the following msiexe command to apply the package from the command line directly to the release area
msiexec /a <complete path to the msi in the release area> /p <complete path to the msp file> <UI switch> /lv* <complete path to the log file>

For the UI swith, it should be one of followings,
    /qb: provides basic user interface
    /qn: provides no interface at all

For example
msiexec /a c:\release_area\Setup\1033_ClearQuest.msi /p c:\temp\1033_clearquest.msp /qb /lv* c:\temp\install.log

You can find a whole technote in below link,
http://www-1.ibm.com/support/docview.wss?&uid=swg21242322

No comments: