-
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?
-
Can you post your project, or a sample project that replicates this? That would help figure out what is not working.
-
-
So it would appear that I should have set
$USER_MAGIC_FOLDER_1$ = $USER_INSTALL_DIR$$/$bin
rather than
$USER_MAGIC_FOLDER_1$ = bin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules