cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
caalip
Level 3

What is the best way to out data to the install log?

Hi all,

What is the best way to output data to the install log?

Grae
Labels (1)
0 Kudos
(2) Replies
madhavbantwal
Level 6

Hi caalip,

Can you come more clear on your requirement.

If you actually meant "Can install logs be customized?" then it cannot be.

It is for the installer default actions to dump the status and related information into.


Hope this Helps!

Thanks,
Madhav pai
0 Kudos
SunnyBoy
Level 6

Modifying the log file is not supported, but you can try the code in the below KB article. You will need to compile it and add it to a jar. Then you can set these three variables and call the class.

$ERROR_STDOUT$ - set the standard out message here
$ERROR_STDERR$ - set the standard error message here
$ERROR_MSGSTR$ - set the custom message string here

http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q000426&sliceId=1&docTypeID=DT_INFO_1_1&dialogID=127436590&stateId=0%200%20127432617

Cheers
SunnyBoy
0 Kudos