View Single Post
  #2  
Old 09-22-2009, 04:21 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
Add code like this to the step's vbld_StepStarting script event:

Code:
If Not vbld_FSO.FileExists(vbld_StepProp("Filename", vbString)) Then
	Err.Raise 1, Step.Name, "INI file not found"
End If
http://www.kinook.com/VisBuildPro/Ma...riptevents.htm
Reply With Quote