View Single Post
  #2  
Old 05-13-2011, 06:42 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
The Wise action will fail if the Wise compiler returns a non-zero exit code. Apparently it is not doing that when compilation fails. You would need to contact the makers of Wise regarding that. A workaround might be to parse any output from the step (or check for the timestamp of the installer file) in the vbld_StepDone script event to determine success/failure and update Step.BuildStatus accordingly.
http://www.kinook.com/VisBuildPro/Ma...riptevents.htm
Reply With Quote