cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rbrock
Level 2

Fail installer when script returns errors in $EXECUTE_STDERR$?

[Using IA 2008 VP 1 Enterprise on Windows, Console Mode Only, for Linux and HP-UX targets]

Is there a way to set the $INSTALL_SUCCESS$ variable to something other than SUCCESS (e.g. NONFATAL_ERROR) when a script fails to execute in Unix?

I am able to display a message to the user by checking $EXECUTE_STDERR$, but the installer still puts up the console message "Installation Complete".

I want the installer to still continue, but indicate there were errors at the end.

I have tried using JUMPs to get around the Install Success action but putting a jump to a jump label that is the last action in the post-install doesn't work. It still executes the action prior to the jump label.
Labels (1)
0 Kudos
(1) Reply
carolloppHP
Level 2

I have the same problem in Windows. I am executing commands and when they fail, debug info as well as INSTALL_SUCCESS both report SUCCESS.

I would like to end the install with a WARNING, but do not see a way to do so.
0 Kudos