How to do a silent install of Excel Add-in for ALM/QC client?
Question ID: 104599
1
0

I can’t figure out how to install the Excel Add-in on my ALM/QC clients in a silent/unattended manner. Help!

Marked as spam
Posted by (Questions: 424, Answers: 91)
Asked on September 14, 2012 10:37 am
768 views
Answers (1)
1
Private answer

1. Download the HP ALM Excel Add-in installer (Add-ins Page -> More HP ALM Add-ins -> Microsoft Excel Add-in).

2. Extract the contents of the installer (e.g., `HP-ALM-MSExcelAddin.exe`) using a program such as WinZip, WinRAR, or 7-zip.

3. The contents of the extraction consist of a folder named `Disk1` with the installer files under it (including `setup.exe`, etc.).

4. Place the `Disk1` folder in the root of your C: drive (so the absolute path is `C:Disk1`).

5. Bring up an elevated command prompt (Windows Accessories -> Right-click Command Prompt -> Run as Administrator) and execute the following command (this will generate the response file used for a silent installation):

`''C:Disk1Setup.exe'' /r /f1''c:mpsetup.iss''`

6. Perform the installation manually using the GUI of the setup. All of the configuration options chosen during the manual installation, if any, are saved in the file `mpsetup.iss` in the root of your C: drive.

7. Copy the Excel Add-in installation files (`Disk1`), along with the created `mpsetup.iss` configuration file, to your client machine(s). Deploy with the following command:

`''C:Disk1Setup.exe'' /s /f1''c:mpsetup.iss''`

Marked as spam
Posted by (Questions: 0, Answers: 771)
Answered on September 14, 2012 11:06 am
0
Works great! I know have a working silent solution for both the client and this add-in, thanks!
( at November 2, 2012 2:24 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top