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

SetupBuilder Class: SetDestinationFolder

Previous  Top  Next  


Prototype: (String pDestination)

 

pDestinationThe Destination folder

 

ReturnsThe method does not return a value

 

The method assigs the pDestination parameter to the DestinationFolder property.  This property is used to determine the folder where the compiled installation executable and build report html files are put after the project is compiled with the CompileSBProject method.  To specify a non-default destination, call this method before calling the CompileSBProject method.

 

Example:

 

If Loc:SBProjectDestFolder

  ! Set the destination folder if it is specified.

  ITS.SetDestinationFolder(Loc:SBProjectDestFolder)

End

! Compile the project

R =  ITS.CompileSBProject(Loc:SBProjectToCompile)

 

 

See also:

DestinationFolder

CompileSBProject

 

 

 



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