This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Magic Folders not created
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 03, 2009
10:05 AM
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:
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:
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 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
$USER_MAGIC_FOLDER_1$ = $USER_INSTALL_DIR$$/$bin
rather than
$USER_MAGIC_FOLDER_1$ = bin
