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

How to make use of variable which contains $

Hi,


Could u please help me how can I use one variable containing $

EXP:
I add a label creating one file containing the below paths.

vpnsc_home=${isc.home}
vpnsc_tmp=${isc.home}/tmp
vpnsc_etc=${isc.home}/etc
java_home=${isc.home}/thirdparty/jre
sybase_home=${isc.home}/thirdparty/sybase
tibco_home=${isc.home}/thirdparty/rv
tomcat_home=${isc.home}/thirdparty/tomcat
repository_home=${isc.home}/Repository

But during instalaltion I am getting this ablove value getting truncated

vpnsc_home={isc.home}/tmp
vpnsc_etc={isc.home}/thirdparty/jre
sybase_home={isc.home}/thirdparty/rv
tomcat_home={isc.home}/Repository


How can I achive this??

Please sugeest very urgent...
Labels (1)
0 Kudos
(2) Replies
jerome_IA
Level 9

Please refer to the InstallAnywhere documentation/help file to know how to handle variables.

$ variable cannot be used as is. Simply replace "$" by "$DOLLAR$" and it should work. Also you have check-box "Do not substitute InstallAnywhere variable in file" that you could uncheck to continue using "$".

But still you should carefully read the documentation.

--Jerome
0 Kudos
nihar1983
Level 5

Thank you very much. I am able to make it.
0 Kudos