PDA

View Full Version : Magic Folders not created



jimblye
02-03-2009, 10:05 AM
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:

purcellk24
02-03-2009, 10:23 AM
Can you post your project, or a sample project that replicates this? That would help figure out what is not working.

jimblye
02-03-2009, 11:57 AM
Ok, here's the project.

jimblye
02-03-2009, 02:01 PM
So it would appear that I should have set

$USER_MAGIC_FOLDER_1$ = $USER_INSTALL_DIR$$/$bin

rather than

$USER_MAGIC_FOLDER_1$ = bin