Someone in the office created an application with .net and when installed it didn’t have a regular link to the program … in fact the application wasn’t even in the Programs folder. But here’s where it was:

ClickOnce applications are stored under the user’s profile at
%LOCALAPPDATA%\Apps\2.0\

Thanks to “Bryan Phillips”  comment at
http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.distributed_apps/2007-05/msg00019.html

I had to do a search for a file with the name on the link within that folder because the actual application was many folders down, but at least I got to find it!

Now if I could just figure out how to edit .net apps.