Click to See Complete Forum and Search --> : Create folders during installation
dollygoh
Sep 12th, 2005, 09:50 AM
Hi,
Is it possible to create some folders during installation of my program such as
using visual installer ?
Thanks in advance.
RhinoBull
Sep 12th, 2005, 09:56 AM
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:
If Dir(App.Path & "\NewFolder", vDirectory) = "" Then
MkDir App.Path & "\NewFolder"
End If
Hack
Sep 12th, 2005, 09:58 AM
Moved.
By Visual Installer do you mean the Package and Deployment Wizard?
dollygoh
Sep 12th, 2005, 08:12 PM
I mean Microsoft Visual Installer 1.1
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.