www.icetips.com  Icetips Utilities Documentation 11/30/2010    

SetupBuilder Class: GetSBExecutable

Previous  Top  Next  


Prototype: (),BYTE

 

ReturnsReturns 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:

CompileSBProject

SBExecutable

SBProjectToCompile

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getsbexecutable_setupbuilder.htm