This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: I want to change Application Name in Add or Remove Programmes.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 06, 2021
12:14 AM
I want to change Application Name in Add or Remove Programmes.
Hi, I am facing difficulty in changing the application name in Add or Remove programmes.
UNINSTALL_DISPLAYNAME = "Product Name ("+ dbname+")";
So please help me with this.
Thank You.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 13, 2021
07:31 AM
Edit direct uninstall key in registry.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 14, 2021
04:04 AM
The Application name seen in Add/Remove programs is taken from the installers ProductName Property.
If you are attempting to change the Name during an upgrade you will need to create a Major Upgrade, as this is the only upgrade type that will support this type of change.
Create a Major Upgrade:
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Create-a-Major-Upgrade/ta-p/3879
