I want to make an easy to deploy Windows application and was was wondering which programming systems can create totally self contained Windows .exe files?
Tcl can do this, especially through producing starpacks. They can be produced for all platforms from the same code. Note that this also includes all the necessary runtime libraries (except for things like the C library, but you don't want to make that static under normal circumstances).