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

SetupBuilder Class: DestinationFolder

Previous  Top  Next  


The DestinationFolder property is a Cstring that contains the destination folder for the compiled install and Build Report when the SetupBuilder compiler is called.  By default SetupBuilder uses the path where the project file (*.sb6) is and creates a subfolder with the same name as the project file.  For example, if the project file is located in "C:\Products\MyProduct\MyProduct.sb6" the SetupBuilder will compile the install and build report into "C:\Products\MyProduct\MyProduct" which is the default destination folder.  The DestinationFolder can be changed to any accessible folder location.  If the DestinationFolder does not exist, the class will create it inside the CompileSBProject method before the compiler is called to create the install.

 

 

DestinationFolder         CString(2049)

 

See also:

CompileSBProject

GetDestinationFolder

SetDestinationFolder

 

 

 



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