Hi, I'm repackaging application QTP v.10 and found some usefull tools on the QTP guide and using some commands I got it installed on a VM. I guess will be something similar to v.11 First of all you need to define your installation procedure for all the components this app has. The example below is the one I used and it may not be the same you need but its an example. * Visual C 2005 is a prereq. >> vcredist_x86.exe /qn * You may want to include some add-ins to your silent install and also allow/prevent to update. >>msiexec /i "HP_QuickTest_Professional.msi" ALLOW_UPGRADE=0 ADDLOCAL=Core_Components,Test_Results_Viewer,Web_Add-in,ActiveX_Add-in,Java_Add-in,SAP_Solutions_Add-in,SAP_eCATT_integration /qn * LicType key must be modified with your values, as I'm using x64 systems my key is on Wow6432Node. >>reg add "HKLM\SOFTWARE\Wow6432Node\Mercury Interactive\QuickTest Professional\Rainbow" /f /v "LicType" /t REG_SZ /d "1" * Set Env Variable with your value. >> setx LSFORCEHOST * QuickTest Add-in seems to be missing when installing silently so maybe you want to include it. >> msiexec /i QuickTest_Add-in_for_Quality_Center.msi /qn Those are the steps I'm following with a CMD file to get it install and deployed with SCCM 2012. If you have more comments about this procedure please do not hesitate to write yours Thanks and Kind regards.
For Concurrent licensing of this application in repackaging you have to create one env var LSFORCEHOST=Your Licence Server and registry entry [HKEY_LOCAL_MACHINE\SOFTWARE\Mercury Interactive\QuickTest Professional\Rainbow]
"LicType"=dword:00000001
Questions & Answers related to Hewlett-Packard Quick Test Professional
Blogs (0)
Blog posts related to Hewlett-Packard Quick Test Professional
Links (0)
Links related to Hewlett-Packard Quick Test Professional
Reviews (0)
Reviews related to Hewlett-Packard Quick Test Professional
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