Results 1 to 4 of 4

Thread: Magic Folders not created

  1. #1
    Join Date
    Sep 2004
    Posts
    16

    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?

  2. #2
    Join Date
    Oct 2007
    Posts
    101
    Can you post your project, or a sample project that replicates this? That would help figure out what is not working.

  3. #3
    Join Date
    Sep 2004
    Posts
    16
    Ok, here's the project.
    Attached Files Attached Files

  4. #4
    Join Date
    Sep 2004
    Posts
    16
    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
  •