Don't know anout Visual Installer but if you would be using P&DW then you may add a dummy file and set its destination folder on one of wizard's pages. Another alternative is to create forlder on the first run:
VB Code:
If Dir(App.Path & "\NewFolder", vDirectory) = "" Then