cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
thunder
Level 5

how to change destination path

I want put some files into different folders,

I try to use per defined "System Drive Root" with my InstallAnywhere Variable but the edit box can't edit when using Per-defined PATH variable.

then I try to use "InstallAnywhere Variable-Multiple Variables" to save my path variables into USER_MAGIC_FOLDER_n, like

variable name Value
USER_MAGIC_FOLDER1 $MY_DEST_PATH1$/bin
USER_MAGIC_FOLDER2 $MY_DEST_PATH1$/lib

but I can't get any result in USER_MAGIC_FOLDER1/2

Is there any method to put my application in to different folders?
How can I make USER_MAGIC_FOLDERn work?

Thanks a lot.
Thunder
Labels (1)
0 Kudos
(3) Replies
pv7721
Level 20

Would it be possible for you to post your project?
0 Kudos
ChandanOmkar
Level 8

try this:

INSTALLDIR = USER_MAGIC_FOLDER1 $MY_DEST_PATH1;

then append the path
0 Kudos
thunder
Level 5

I copy all files to TempFolder then create a file/folder copy action to the destination path to avoid this issue, I will try your method later ,thanks,
0 Kudos