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: Execute Command Action stdout
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
Jun 04, 2015
08:54 AM
Execute Command Action stdout
I am trying to execute a script in execute command action, it fails or hangs for some reason. The stdout and stderr go to variables that default to $EXECUTE_STDOUT$ and $EXECUTE_STDERR$, I have tried setting this to a file that doesn't work. How can I see the output so I know what is going on? Thank you in advance.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 05, 2015
08:47 AM
First, rename each $EXECUTE_STD***$ to something unique.
At the end of the installation, a file "installvariables.properties" should be generated in you uninstall folder. This file will contain the output of your script.
--Jerome
At the end of the installation, a file "installvariables.properties" should be generated in you uninstall folder. This file will contain the output of your script.
--Jerome
