ge | 1 Mar 2008 10:44
Picon

InstallJammer usage

Hello,

Can please anybody help me.

How do I search using InstallJammer
before installation for the existence
certain products, which are pre-requisite
for my product; Also how do I search for certain environment variables.
As a third, a certain environment variable,
namely $AGENTWORKS_DIR
should result in my %InstallDir%
for example, if $AGENTWORKS_DIR is /home/unicenter
then my InstallDir should become
/home/unicenter/agents

How to do this?

Example shell scripts:
# check for existence of installed commponents
res=`lsm -l | $AWK '
BEGIN {i = 0;}\
/ca-cs-csl/ {++i; next;}\
/ca-cs-atech-services[^-]/ {++i; next;}\
/ca-unicenter-nsm-utils/ {++i; next;}\
END { print i;}\
'`
if [ $res -lt 3 ]
then
echo "pre-requisite ca-cs-csl or ca-cs-atech-services or
ca-unicenter-nsm-utils missing. Please install it and run this script
(Continue reading)

hemanth | 3 Mar 2008 12:46

Re: InstallJammer usage


Hi ,

On Linux, the install registry is kept in the home directory of the person
installing or in /var/lib/installjammer if you are root.  You will find a
.installjammerinfo directory in your home directory if you are installing as
your user.  Under those directories, you will find a subdirectory for each
application ID you install.  Under that you will find a couple of files for
every installation.

    All of this should be cleaned up properly on an uninstall if everything
goes correctly.  Check in there and see what files are left behind for you.
There may be something that didn't clean up, or you may have exited the
process too early.  Is this happening in your test environment or for your
users as well?

Regards,
Hemanth

-----Original Message-----
From: installjammer-devel-bounces@...
[mailto:installjammer-devel-bounces@...] On
Behalf Of ge
Sent: Saturday, March 01, 2008 3:14 PM
To: installjammer-devel@...
Subject: [Installjammer-devel] InstallJammer usage

Hello,

Can please anybody help me.
(Continue reading)


Gmane