Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instruct the package to create newlook directories

Instruct the deployment package to create the newlook directories specified above. To do so, we will execute the MD command (i.e. Make Directory) before the installation occurs.
 

Click the Command button on the Deployment Tool toolbar.
On the Commands to Execute Before Install tab, fill out the following commands.   Make sure to include the double quotes as you see them.

ALL  MD  "C:\Program Files\Application Name" 
ALL  MD  "C:\Program Files\Application Name\newlook"
ALL  MD  "C:\Program Files\Application Name\newlook\Tables"

Note that you must first create any intermediate directories individually because the Deployment Tool will only create a directory when the intermediate directory exists.

If you have added other directories in your newlook directory, you need to add a command to create those directories as well.


...