The base installer does not show the program in the Start menu

I created a deployment project for my very simple .NET Net C # Winforms application. But when I install it, I don’t see the program in the start menu. Tested on my 64-bit Win7 desktop and my 32-bit XP laptop.

I have done this in the past and it worked fine. What crazy default setting am I missing?

thank

Daniel

+3
source share
1 answer

Using the base installer (Windows installer) provided in Visual Studio, you must add the actual shortcut to the "main output" to the desktop and / or to Startmenu. Afaik is not added automatically.

+4
source

All Articles