- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Application name in Windows 10 Startup Apps
- 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
Application name in Windows 10 Startup Apps
Hi! I'm using InstallShield LE with Visual Studio 2015 and I have created a shortcut in Start Menu->Programs Menu->Startup, which adds my app into the Windows Startup Apps list. The app starts on startup OK, but the name of the app in the Startup Apps list is "InstallShield" and the company information says "Flexera Software LLC". Is there any way to change the app & vendor name?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi, I'm facing the same problem. Did you find any solution?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I am using InstallShield2022 and have the same problem. Is there a solution for this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
No answer to this question @Revenera_Ian or @shunt ? Same problem here.
From where are the app name and the publisher actually retrieved?
I searched through the basic msi tables of my project and I cannot find anywhere the mentioning of Flexera Software LLC
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I found the solution for the problem!
I noticed that another installation project of mine, which also created a startup shortcut, did it correct. The name and vendor name appeared correct within the Startup Apps Panel... so I started comparing the shortcut settings of the 2 projects.
The solution is simple, if possible for your use case. When creating a new shortcut, by default, the option Advertised is set to 'Yes'. If you change this option to 'No', your shortcut name and vendor name will be correctly shown within the Startup Apps Panel.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Thank you very much, that solves the problem.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Can you confirm, when changing the 'Advertised' setting of the shortcut to No, that your application still starts upon reboot?
Seems that for me that does not work anymore. Or I have another issue...?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
It works for me.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mmmm... I can confirm that it does not work for me.
Which kind of application do you launch? C#, C++,...?
Do you have a manifest file next to it.
I don't understand why it launches upon reboot when I create an advertised shortcut and why it does not work when I create a non-advertised shortcut.
Someone any idea or explanation for it?