|
Previous Top Next |
Prototype: | (String pDestination) |
pDestination | The Destination folder |
Returns | The 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: