File sizes have a minimum limit for each version of the IDE for just a blank stack. Back in the iteration before 7.x, the size for a stack alone was something like 1.5 megs. Through the 6.x series it grew a little bit, until 64 bit was introduced in 7.x, where it jumped to something like 10 megs for stack turned exe.
I have no idea what it currently is at, and it also depends to some degree on which OS the standalone is intended for. For instance, in early 8.x my blank stack turned exe came in at the following :
Windows - 10.5 MB
Mac App folder - 12.4 MB
Linux 32bit - 12.5 MB
Linux 64bit - 13.9 MB
So this is the lowest size value you can have, no code, no controls, no anything.
On the other side of that, you could (if you start producing a number of programs) create 1 stack that is turned into an exe file of the least size, and write code to launch all the stacks you create as apps. Before being compiled, many quite large stacks are literally in the KBs if no outside materials (images, etc) are included.
I see Richard popped in while I was composing this as well, but I'm leaving it as it sits
