View Single Post
  #2  
Old 11-17-2006, 01:38 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,029
The VBP InstallShield action uses the process exit code to determine success/failure, so apparently IS 12 returns a non-zero exit code for warnings. VBP will log the exit code, so you could use the technique described here to treat that situation as successful:
http://www.kinook.com/Forum/showthre...?threadid=1463
Reply With Quote