This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- What is the best way to out data to the install log?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 24, 2012
01:31 PM
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
What is the best way to output data to the install log?
Grae
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 24, 2012
11:39 PM
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
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 25, 2012
04:53 AM
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
$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
