Hi,
Is it possible to create some folders during installation of my program such as
using visual installer ?
Thanks in advance.
Printable View
Hi,
Is it possible to create some folders during installation of my program such as
using visual installer ?
Thanks in advance.
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 MkDir App.Path & "\NewFolder" End If
Moved.
By Visual Installer do you mean the Package and Deployment Wizard?
I mean Microsoft Visual Installer 1.1