in reply to Graphical Scripts?

nardo listed the most popular choices in the first reply. Of those, Tk is portable to Windows systems.

I'd also add another, which I used before Tk on Windows was "native" enough: use dynamic HTML. Generating HTML for a user interface is the normal way Web applications work. But I used client-side scripting and DHTML to implement an installer.

—John