make an empty folder

Common questions about using Actual Installer.
Post Reply
jwendell
Posts: 4
Joined: Wed Dec 22, 2010 1:04 am

make an empty folder

Post by jwendell »

I do not see an easy way to create a new, empty folder. Do I need to use the system->commands section?
Thanks!
Leo
Site Admin
Posts: 458
Joined: Fri Jan 22, 2010 12:40 pm

Re: make an empty folder

Post by Leo »

To create an empty folder you just need to add the following command on the System/Commands tab:

Code: Select all

Command: <SystemDir>\cmd.exe
Parameters: /C mkdir "<InstallDir>\New Folder"
Show: Normal
Timing: After Installation
Leo,
Actual Installer Team
https://www.actualinstaller.com
jwendell
Posts: 4
Joined: Wed Dec 22, 2010 1:04 am

Re: make an empty folder

Post by jwendell »

Very similar to what I implemented, I used "md" instead of "mkdir". I just wanted to make sure that I wasn't missing something easier.

Now, making this a little harder...
Is there a technique where I can request the data location from the installer? I know I can use dialogs->user information->custom field. But this requires that the installer type the location, which could lead to errors. Is there a simple way to include an open dialog to point to an existing location as a base path? I'm thinking that I will need to use a windows script to accomplish this. Any ideas?

Thanks much.
Leo
Site Admin
Posts: 458
Joined: Fri Jan 22, 2010 12:40 pm

Re: make an empty folder

Post by Leo »

Unfortunately, this feature is not supported.
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply