Get program's file name
In Visual Basic 2005, is it possible to get the file name of my program? I found I can get the directory the program is in through My.Application.Info.DirectoryPath. However, that does not return the name of the program, just where the program is. Basically, my program installs itself, but if the program does not know its own filename, how can it copy itself to the installation directory?
Thanks.

