How to get rid of the “rocketship” icons on ALM 16 and later?
Question ID: 110334
0
0

We installed ALM 16, and indicated for it to install ALM Client Launcher.

It works fine, but now, we realize we do NOT want the “rocket ship” icons.  These take users to a Download page to get the ALM Client Launcher and is a bit confusing to them.  Many cannot even install it anyway without some Admin to assist.  We would rather “push” out the newer 4.0 MSI instead of having users download it themselves.

Can we get rid of the rocket icons from the qcbin page?

Marked as spam
Posted by (Questions: 91, Answers: 5)
Asked on May 4, 2022 3:40 pm
12 views
Answers (2)
1
Private answer

On the latest version 16.0.1, the behavior is updated.

since the IE is retired, when you open the qcbin page on non-IE browser, such as Chrome, there is no rocket icon, when you click the "ALM desktop client" link, it will know if you already have the launcher or not, if you have, then a browser pop up dialog will ask you if open launcher.

hope this is helpful.

Marked as spam
Posted by (Questions: 0, Answers: 4)
Answered on July 13, 2022 1:08 am
0
Private answer

YES!  you CAN get rid of them:

 

Go to “qcbin” deployed folder and edit index.jsp file.

Find section for “isLauncherEnabled()”

The method has one clause that ends in "return true;", and another that says "return false;"

Change the "true" one to say "false".

This “breaks” the method so that it ALWAYS returns FALSE.

This will cause the rocket ship buttons/icons to never show up!

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on May 4, 2022 3:44 pm
EyeOnTesting

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

X
Scroll to Top