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
- :
- Configuring Installer Debug Output in Project>Config
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
Jul 14, 2009
05:41 AM
Configuring Installer Debug Output in Project>Config
Hi,
In project>config I configure Installer Debug Out Options as follows
Send stderr to : installer_stderr.txt
Send stdout to: installer_stdout.txt
As per my understanding these files need to be created in the same location as the installer.
But when I launch the installer I do not find any such files created. Could someone please help with this regard?
Thanks in advance,
Suganthi.
In project>config I configure Installer Debug Out Options as follows
Send stderr to : installer_stderr.txt
Send stdout to: installer_stdout.txt
As per my understanding these files need to be created in the same location as the installer.
But when I launch the installer I do not find any such files created. Could someone please help with this regard?
Thanks in advance,
Suganthi.
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 23, 2009
03:43 AM
Hi, suganthi82
I am chris Li. I am a greenhand of IA 2008.
In IA2008,both the Stderr and Stdout entries should point to the same file. These paths shoule be absolute paths, and can be managed by Java paths not platform-specific paths.
For example:
Send Stderr to: /tmp/debuginfo.txt
Send Stdin to: /tmp/debuginfo.txt
These settings will direct the output to /tmp/debuginfo.txt (on Unix System) or C:/tmp/debuginfo.txt(on Windows System).
You can see the context above on InstallAnywhere 2008 handbook on page 159.
I am chris Li. I am a greenhand of IA 2008.
In IA2008,both the Stderr and Stdout entries should point to the same file. These paths shoule be absolute paths, and can be managed by Java paths not platform-specific paths.
For example:
Send Stderr to: /tmp/debuginfo.txt
Send Stdin to: /tmp/debuginfo.txt
These settings will direct the output to /tmp/debuginfo.txt (on Unix System) or C:/tmp/debuginfo.txt(on Windows System).
You can see the context above on InstallAnywhere 2008 handbook on page 159.
