Is there a function to create a recursively directory layout like
$DBLOCATION$ = c:\\database\\application\\sql that he would automaticaly create
c:\\database
c:\\database\\application
c:\\database\\application\\sql
the $DBLOCATION$ could be different because of the user input from the form.
recursiv directory create
-
- Site Admin
- Posts: 364
- Joined: Mon Jul 30, 2007 11:51 am
- Location: USA
- Contact:
Just use the "Create Folder" MSI command.
When you write:
If C:\\Dir1 does not exist, it gets created along with all other folders until Dir4 is created inside Dir3.
When you write:
Code: Select all
Create Folder C:\\Dir1\\Dir2\\Dir3\\Dir4
If C:\\Dir1 does not exist, it gets created along with all other folders until Dir4 is created inside Dir3.
Alejandro Ronquillo
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Who is online
Users browsing this forum: Baidu [Spider] and 127 guests