|
Previous Top Next |
Prototype: | (),BYTE |
Returns | Returns true if the SetupBuilder executable was found |
This method finds the executable for the appropriate version of SetupBuilder. This is determined by the extension of the Project to compile stored in the SBProjectToCompile property. This method also constructs the path and filename of the error log, stored in the SBErrorLogFile property. This method is used by the CompileSBProject method. The path and name of the SetupBuilder executable is stored in the SBExecutable property.
Example:
If ITS.GetSBExecutable()
Run(ITS.SBExecutable)
End
See also: