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
- :
- Re: Write to Installation Log
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 22, 2010
07:11 PM
Write to Installation Log
Is it possible to print the value of certain IA variables on the installation log?
(2) Replies
‎Dec 23, 2010
10:53 AM
Hi
I've just done a quick installation of our products made with IA 2008 VP 1 and I've noticed that some variables are written (for some of those that have been set during the Pre-Install task). Otherwise you can use the Output Debug Information and I think you can force the output to be in the same file as the installation log.
I've just done a quick installation of our products made with IA 2008 VP 1 and I've noticed that some variables are written (for some of those that have been set during the Pre-Install task). Otherwise you can use the Output Debug Information and I think you can force the output to be in the same file as the installation log.
‎Jan 17, 2011
11:56 AM
I wrote a quick custom code action that calls CustomError.setLogDescription, .appendMessage, and .log. I have variables that I set with the text within the installer with Set Variable and then call the custom code action, which reads those variables and spits out stuff to the log.