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

Check exit status into CA (Powershell or Vbscript)

Hi,

I'm trying check the exit status from my custom action, it contains a powershell or vb script. ¿How works it?

Thanks
Labels (1)
0 Kudos
(1) Reply
DLee65
Level 13

If the event is successful then you just return zero, otherwise any other value can be a failure. I do not think you can enumerate different return codes for prerequisites.
0 Kudos