Is there a way to avoid displaying help link in control panel using installshield for a basic msi project? I have a basic msi project. Help link that appears in Add/Remove programs of control panel needs to be removed. Other properties such as Support link,Update information needs to be retained. Is there a way to remove Help link? Thanks in advance.
Asked
Active
Viewed 162 times
1 Answers
0
This sort of thing is native Windows Installer functionality. You might ensure that the properties ARPHELPLINK
and ARPHELPTELEPHONE
are empty, to see if that provides the desired behavior. If not, I don't see any obvious way to influence this.

Michael Urman
- 15,737
- 2
- 28
- 44