cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jimblye
Level 3

Magic Folders not created

I set $USER_MAGIC_FOLDER_1$ = bin in Pre-install.

I create a component called bin on the Organization tab.

I add files to the bin component on the install tab.

The destination path for the files is $USER_MAGIC_FOLDER_1$

I build and install, but the "bin" directory is not created. In installvariable.properties I see USER_MAGIC_FOLDER_1=bin

In the install log I see filename\bin" and Status: SUCCESSFUL" for each of the files.

But honestly the "bin" directory is not there, and the files are nowhere to be found. What gives? :confused:
Labels (1)
0 Kudos
(3) Replies
purcellk24
Level 7

Can you post your project, or a sample project that replicates this? That would help figure out what is not working.
0 Kudos
jimblye
Level 3

Ok, here's the project.
0 Kudos
jimblye
Level 3

So it would appear that I should have set

$USER_MAGIC_FOLDER_1$ = $USER_INSTALL_DIR$$/$bin

rather than

$USER_MAGIC_FOLDER_1$ = bin
0 Kudos