Alex00
08-06-2010, 10:14 AM
Hi
I am using InstallAnywhere 2010 Enterprise and I want to allow a user to choose 2 folders when installing and I am allowing both panel or console installation. For the panel install, I can use the Panel: Choose Folder action. As there is no Console: Choose Folder action, I tried using the Console: Get User Input action to set $USER_MAGIC_FOLDER_2$ and then use the input as the 2nd installation folder - but this always adds apostrophes around the input: e.g. the user enters /export/home/someuser/somedir then in the Install-step I write folders e.g. $USER_MAGIC_FOLDER_2$/data and the system tries to install to "/export/home/someuser/somedir"/data/ instead of /export/home/someuser/somedir/data/ i.e. also the install-log explicitly shows the extra "" and obviously it does not work, although the install-log even shows a Status:SUCCESSFUL!! I tried this on SunOS 5.10.
This seems to be a bug in InstallAnywhere. Is there any work-around?
Thanks in advance for any replies.
Alex.
I am using InstallAnywhere 2010 Enterprise and I want to allow a user to choose 2 folders when installing and I am allowing both panel or console installation. For the panel install, I can use the Panel: Choose Folder action. As there is no Console: Choose Folder action, I tried using the Console: Get User Input action to set $USER_MAGIC_FOLDER_2$ and then use the input as the 2nd installation folder - but this always adds apostrophes around the input: e.g. the user enters /export/home/someuser/somedir then in the Install-step I write folders e.g. $USER_MAGIC_FOLDER_2$/data and the system tries to install to "/export/home/someuser/somedir"/data/ instead of /export/home/someuser/somedir/data/ i.e. also the install-log explicitly shows the extra "" and obviously it does not work, although the install-log even shows a Status:SUCCESSFUL!! I tried this on SunOS 5.10.
This seems to be a bug in InstallAnywhere. Is there any work-around?
Thanks in advance for any replies.
Alex.