cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reddy611
Level 6

Solaris Environment varible calss path setting.

Hi friends
I want to write one x.sh file.
Inside the x.sh file like this "export APPLICATIN_HOME="$USER_INSTALL_DIR$”"
This $USER_INSTALL_DIR$ file have to be modified where he is installing.

Is this possible. After installing x.sh file I want see like this
Export APPLICATIN_HOME = “/xx/yy”.

why this is requied means am useing installanywhere 2008 standard version not enterprise edtion.

Please help how to do this one.

Regards
Raju.c
Labels (1)
0 Kudos
(3) Replies
pv7721
Level 20

It's not very clear what exactly you're trying to do, but the idea is that IA variables (those between dollar signs) are understood only by IA and only within an IA environmen... So your .sh file are you going to use it within IA or not?
0 Kudos
Reddy611
Level 6

my x.sh file contain's like this

export APPLICATIN_HOME=$USER_INSTALL_DIR$

after installing the application i want to see the x.sh file like this

export APPLICATIN_HOME= xx/yy

xx/yy is end user installation folder.

please guide how to do this ..
0 Kudos
pv7721
Level 20

Again if you use this .sh file in IA, you have an action called Modify Single Text File which has an checkbox for replacing IA variables in the respective file.
0 Kudos