I have a .NET project (VS2008 .NET 3.5) that builds an exe. I have an installer project as part of the same solution that creates an installer for that exe.
In the File System for the installer, I create a folder for my application under the User's Programs Menu. In that new folder, I dump the .exe and .exe.config. I also create a shortcut in that same folder AND a shortcut on the desktop. The shortcut was created by right clicking on the "Primary output from Application(Active)" and selecting "Create shortcut to Primary output from Application(Active)".
Everything installs fine. If I click on the .exe it runs fine. When I click on either of the shortcuts though, it pops up this small "Installing" pop up window with a progress bar. I have no idea where it came from or what it is doing.
Any ideas?